summaryrefslogtreecommitdiff
path: root/django/contrib/flatpages/tests/forms.py
AgeCommit message (Expand)Author
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-31Fixed #18408 -- Isolated flatpages tests from existing sites.Jens Page
2012-04-28Fixed #18234: Avoided exception on flatpage addKaren Tracey
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-01-28Added __future__ import for Python 2.5 forgotten in r17402.Aymeric Augustin
2012-01-28Fixed #12972 -- Validated that flatpages URLs start and (when appropriate) en...Aymeric Augustin
2011-10-17Fixed #17057 -- Corrected flatpage url uniqueness validation to account for f...Carl Meyer
2011-10-07Fixed #14678 -- Added validation to catch flatpages with the same URL on the ...Carl Meyer
2011-03-09Fixed a bunch more tests that were failing in Oracle due to false assumptions...Ian Kelly
2010-08-28Fixed #5192 -- Modified flatpage admin form to allow ~ and . characters in fl...Russell Keith-Magee