django1/django/contrib
Aymeric Augustin 7eefdbf7ab Cleaned up the django.template namespace.
Since this package is going to hold both the implementation of the Django
Template Language and the infrastructure for Multiple Template Engines,
it should be untied from the DTL as much as possible within our
backwards-compatibility policy.

Only public APIs (i.e. APIs mentioned in the documentation) were left.
2014-12-28 14:47:31 +01:00
..
admin Fixed #23948 -- Moved password help text from the template to the form. 2014-12-26 08:09:12 -05:00
admindocs Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
auth Fixed #23948 -- Moved password help text from the template to the form. 2014-12-26 08:09:12 -05:00
contenttypes Fixed #21414 -- Removed RelatedObject and deprecated Field.related. 2014-12-23 10:54:25 -05:00
flatpages Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages. 2014-12-15 09:45:31 -05:00
gis Fixed #23866 -- Harmonized refs to Django documentation from code 2014-12-25 13:53:13 +01:00
humanize Updated translations from Transifex 2014-09-30 20:55:50 +02:00
messages Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
postgres Fixed #24034 -- Don't always overwrite deconstruct path. 2014-12-21 17:31:50 +01:00
redirects Updated translations from Transifex 2014-09-30 20:55:50 +02:00
sessions Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
sitemaps Refs #23884 -- Silenced a deprecation warning in sitemaps tests. 2014-12-15 19:15:26 -05:00
sites Fixed #24000 -- Corrected contrib.sites default site creation in a multiple database setup. 2014-12-27 09:42:13 -05:00
staticfiles Fixed #23701 -- Removed an unneeded check in collectstatic. 2014-10-22 13:11:37 -04:00
syndication Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
webdesign Avoided using private API get_template_from_string. 2014-10-31 11:38:53 +01:00
__init__.py