django1/django/contrib
Aymeric Augustin 27f9ff459b Caught all exceptions raised by Engine.get_default().
In addition to ImproperlyConfigured, Engine.get_default() may also raise
ImportError or other exceptions. It's better to catch all exceptions in
places where the default engine isn't strictly required.
2015-02-05 20:06:18 +01:00
..
admin Caught all exceptions raised by Engine.get_default(). 2015-02-05 20:06:18 +01:00
admindocs Updated en translation catalogs 2015-01-17 11:19:37 +01:00
auth Removed direct manipulation of settings in auth tests; refs #21230. 2015-02-04 09:56:55 -05:00
contenttypes Fix small regression caused by 71ada3a8e6. 2015-02-05 16:59:56 +07:00
flatpages Fixed #24149 -- Normalized tuple settings to lists. 2015-02-03 14:59:45 -05:00
gis Fixed #14483 -- Allowed using subqueries with GIS lookups 2015-01-30 20:27:18 +01:00
humanize Updated en translation catalogs 2015-01-17 11:19:37 +01:00
messages Updated en translation catalogs 2015-01-17 11:19:37 +01:00
postgres Fixed #24170 -- Implemented decompress for BaseRangeField widgets 2015-01-22 19:36:15 +00:00
redirects Updated en translation catalogs 2015-01-17 11:19:37 +01:00
sessions Fixed #24223 -- Prevented a session test from leaking. 2015-01-29 14:36:01 -05:00
sitemaps Removed contrib.flatpages.FlatPageSitemap per deprecation timeline; refs #23884. 2015-01-17 14:40:22 -05:00
sites Removed contrib.sites.models.RequestSite/get_current_site() aliases. 2015-01-18 13:36:32 -05:00
staticfiles Fixed #23701 -- Removed an unneeded check in collectstatic. 2014-10-22 13:11:37 -04:00
syndication Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00
webdesign Avoided using private API get_template_from_string. 2014-10-31 11:38:53 +01:00
__init__.py