django1/django/contrib/flatpages
Tim Graham 406675b1a0 Fixed #26176 -- Fixed E123 flake8 warnings. 2016-02-05 15:11:07 -05:00
..
locale Updated translations from Transifex 2015-12-31 15:53:02 +01: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 Fixed #26176 -- Fixed E123 flake8 warnings. 2016-02-05 15:11:07 -05:00
middleware.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
models.py Fixed #26176 -- Fixed E123 flake8 warnings. 2016-02-05 15:11:07 -05: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