This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
d04f72fb31
django1
/
django
/
contrib
/
flatpages
/
tests
History
Karen Tracey
75743c189d
Fixed
#18234
: Avoided exception on flatpage add
2012-04-28 19:44:14 -04:00
..
templates
Switched to HTML5 doctype in all Django supplied templates.
2011-04-20 17:40:53 +00:00
__init__.py
Fixed
#5192
-- Modified flatpage admin form to allow ~ and . characters in flatpage names. Thanks to marco.giusti@gmail.com for the report, Idan Gazit for summarizing the issue on the ticket, and ctrochalakis for the initial patch.
2010-08-28 12:25:54 +00:00
csrf.py
Used the override_settings decorator in the tests of auth, flatpages, and formtools.
2012-03-31 16:03:09 +00:00
forms.py
Fixed
#18234
: Avoided exception on flatpage add
2012-04-28 19:44:14 -04:00
middleware.py
Used the override_settings decorator in the tests of auth, flatpages, and formtools.
2012-03-31 16:03:09 +00:00
templatetags.py
Used the override_settings decorator in the tests of auth, flatpages, and formtools.
2012-03-31 16:03:09 +00: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
Used the override_settings decorator in the tests of auth, flatpages, and formtools.
2012-03-31 16:03:09 +00:00