django1/django/contrib/flatpages
Alex Gaynor 9bf5610890 Start attacking E231 violations 2013-10-24 10:30:03 -07:00
..
fixtures Fixed #18408 -- Isolated flatpages tests from existing sites. 2012-05-31 18:03:49 +02:00
locale Updated translation templates and removed en translations 2013-05-02 16:25:23 +02:00
templatetags Made more extensive use of get_current_site 2012-09-28 20:33:05 +02:00
tests Start attacking E231 violations 2013-10-24 10:30:03 -07:00
__init__.py BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone apps in django.contrib that are NOT installed by default. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for full migration information. 2005-11-11 04:45:05 +00:00
admin.py Fixed #14678 -- Added validation to catch flatpages with the same URL on the same site. Thanks seler for the report, and joni, graham_king, and j4nu5 for work on the patch. 2011-10-07 15:45:52 +00:00
forms.py Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields 2013-06-18 08:01:17 -04:00
middleware.py Fixed #21189: Cleaned up usage of bare except clauses. 2013-10-05 11:50:03 +02:00
models.py Fixed #15124 -- Changed the default for BooleanField. 2013-03-24 13:47:01 +01:00
urls.py Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +00:00
views.py Fixed #13285: populate_xheaders breaks caching 2013-05-18 17:03:43 +02:00