summaryrefslogtreecommitdiff
path: root/django/contrib/flatpages/tests/forms.py
AgeCommit message (Expand)Author
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