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
/
forms.py
Age
Commit message (
Expand
)
Author
2014-08-03
Fixed #23151 -- Deprecated RegexField.error_message.
Tim Graham
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-10-31
Started attackign the next flake8 violation
Alex Gaynor
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2012-11-15
Update django/contrib/flatpages/forms.py
vanschelven
2012-04-28
Fixed #18234: Avoided exception on flatpage add
Karen Tracey
2012-01-28
Fixed #12972 -- Validated that flatpages URLs start and (when appropriate) en...
Aymeric Augustin
2011-12-22
Fixed a broken translation string in the flatpages' forms module.
Jannis Leidel
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