django1/django/contrib
Claude Paroz a34fba5e59 Simplified a bit GeoAggregate classes
Thanks Josh Smeaton for the review. Refs #24152.
2015-01-16 10:40:45 +01:00
..
admin Avoided exceptions in a non-critical check in the admin. 2015-01-12 21:01:34 +01:00
admindocs Avoided exceptions in admindocs' template detail view. 2015-01-12 21:01:34 +01:00
auth Refs #24075 -- Silenced needless call_command output while running tests 2015-01-15 21:07:39 +01:00
contenttypes Refs #24075 -- Silenced needless call_command output while running tests 2015-01-15 21:07:39 +01:00
flatpages Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00
gis Simplified a bit GeoAggregate classes 2015-01-16 10:40:45 +01:00
humanize Updated translations from Transifex 2014-09-30 20:55:50 +02:00
messages Accounted for multiple template engines in template responses. 2015-01-12 21:01:34 +01:00
postgres Fixed #24001 -- Added range fields for PostgreSQL. 2015-01-10 16:18:19 +00:00
redirects Updated translations from Transifex 2014-09-30 20:55:50 +02:00
sessions Applied ignore_warnings to Django tests 2014-12-30 18:16:25 +01:00
sitemaps Applied ignore_warnings to Django tests 2014-12-30 18:16:25 +01:00
sites Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions 2015-01-02 10:46:04 -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