index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
/
forms.py
Age
Commit message (
Expand
)
Author
2013-04-02
Updated flatpages tests for unittest2 discovery.
Preston Timmons
2013-03-23
Fixed #20117 -- Added missing translation override to fix flatpages test.
matiasb
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-31
Fixed #18408 -- Isolated flatpages tests from existing sites.
Jens Page
2012-04-28
Fixed #18234: Avoided exception on flatpage add
Karen Tracey
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
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-03-09
Fixed a bunch more tests that were failing in Oracle due to false assumptions...
Ian Kelly
2010-08-28
Fixed #5192 -- Modified flatpage admin form to allow ~ and . characters in fl...
Russell Keith-Magee