summaryrefslogtreecommitdiff
path: root/django/contrib/flatpages/forms.py
AgeCommit message (Expand)Author
2023-08-02Removed unneeded escapes in regexes.Mariusz Felisiak
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2018-09-11Fixed #29746 -- Fixed misleading FlatpageForm URL help text if APPEND_SLASH i...Tom Carrick
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-17Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-02-05Fixed #26176 -- Fixed E123 flake8 warnings.Tim Graham
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2014-08-03Fixed #23151 -- Deprecated RegexField.error_message.Tim Graham
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-03Fixed flake8 E251 violationsMilton Mazzarri
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2012-11-15Update django/contrib/flatpages/forms.pyvanschelven
2012-04-28Fixed #18234: Avoided exception on flatpage addKaren Tracey
2012-01-28Fixed #12972 -- Validated that flatpages URLs start and (when appropriate) en...Aymeric Augustin
2011-12-22Fixed a broken translation string in the flatpages' forms module.Jannis Leidel
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