django1/django/contrib/flatpages
Claude Paroz f233aa3ff9 Updated translation catalogs
Forward port of f717cb2ab4 from stable/1.9.x.
2015-10-09 18:02:47 +02:00
..
locale Updated translation catalogs 2015-10-09 18:02:47 +02:00
migrations Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -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 #25324 -- Registered ModelAdmin instances with @admin.register decorator 2015-08-31 15:41:09 +10: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