django1/django/contrib/flatpages
Y3K b649f68649 Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin. 2015-08-29 08:55:50 -04:00
..
locale Fetched updated contrib translations from Transifex 2015-04-01 19:51:50 +02:00
migrations Refs #25073 -- Copied recently added verbose_names to migrations. 2015-07-17 14:07:18 -04:00
templatetags Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
admin.py Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin. 2015-08-29 08:55:50 -04:00
apps.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
forms.py Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
middleware.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
models.py Fixed #25073 -- Added verbose_name to contrib's model fields that were missing it. 2015-07-12 13:44:16 -04:00
sitemaps.py Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages. 2014-12-15 09:45:31 -05:00
urls.py Fixed #22384 -- Deprecated reversing URLs by dotted path. 2014-06-03 07:30:14 -04:00
views.py Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00