index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
flatpages
/
tests
Age
Commit message (
Expand
)
Author
2012-01-28
Added __future__ import for Python 2.5 forgotten in r17402.
Aymeric Augustin
2012-01-28
Fixed #12972 -- Validated that flatpages URLs start and (when appropriate) en...
Aymeric Augustin
2011-10-17
Fixed #17057 -- Corrected flatpage url uniqueness validation to account for f...
Carl Meyer
2011-10-07
Fixed #14678 -- Added validation to catch flatpages with the same URL on the ...
Carl Meyer
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-05-07
Minor renaming for consistency.
Jannis Leidel
2011-04-20
Switched to HTML5 doctype in all Django supplied templates.
Luke Plant
2011-04-20
Fixed #6213 -- Updated the flatpages app to only append a slash if the flatpa...
Jannis Leidel
2011-03-09
Fixed a bunch more tests that were failing in Oracle due to false assumptions...
Ian Kelly
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-09-13
Fixed #14252 - django.contrib.flatpages unit tests assume default value for s...
Luke Plant
2010-08-28
Fixed #5192 -- Modified flatpage admin form to allow ~ and . characters in fl...
Russell Keith-Magee
2010-08-28
Fixed #6932 -- Added a template tag that gives a list of available flatpages ...
Russell Keith-Magee
2010-08-28
Removed a stray DEBUG=True test setting introduced in r13641.
Russell Keith-Magee
2010-08-27
Fixed #14156 -- Modified the way CSRF protection is applied to flatpages so t...
Russell Keith-Magee