django1/django/contrib/flatpages
Ben Spaulding 24dec9edaa Add reST role to templates named in some view docs.
This makes the templates link up correctly in the admindocs.
2012-06-26 21:45:45 -05:00
..
fixtures Fixed #18408 -- Isolated flatpages tests from existing sites. 2012-05-31 18:03:49 +02:00
locale Pulled flatpages translations updates from Transifex. Refs #17822. 2012-03-23 02:59:34 +00:00
templatetags Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00
tests Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02: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 #18234: Avoided exception on flatpage add 2012-04-28 19:44:14 -04:00
middleware.py Fixed #8376 -- Use request.path and request.path_info at the right moments when 2008-08-21 01:40:22 +00:00
models.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02: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 Add reST role to templates named in some view docs. 2012-06-26 21:45:45 -05:00