Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/flatpages/forms.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-2/+2
* Fixed #23151 -- Deprecated RegexField.error_message.Tim Graham2014-08-031-2/+5
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-2/+2
* Fixed flake8 E251 violationsMilton Mazzarri2013-11-031-4/+4
* Started attackign the next flake8 violationAlex Gaynor2013-10-311-0/+1
* Fixed #20199 -- Allow ModelForm fields to override error_...Loic Bistuer2013-06-181-4/+12
* Fixed #19733 - deprecated ModelForms without 'fields' or ...Luke Plant2013-05-091-0/+1
* Update django/contrib/flatpages/forms.pyvanschelven2012-11-151-2/+2
* Fixed #18234: Avoided exception on flatpage addKaren Tracey2012-04-291-1/+1
* Fixed #12972 -- Validated that flatpages URLs start and (...Aymeric Augustin2012-01-281-1/+12
* Fixed a broken translation string in the flatpages' forms...Jannis Leidel2011-12-231-2/+2
* Fixed #17057 -- Corrected flatpage url uniqueness validat...Carl Meyer2011-10-171-3/+5
* Fixed #14678 -- Added validation to catch flatpages with ...Carl Meyer2011-10-071-0/+28