summaryrefslogtreecommitdiff
path: root/django/contrib/flatpages/admin.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2015-08-31Fixed #25324 -- Registered ModelAdmin instances with @admin.register decoratorY3K
2015-08-29Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin.Y3K
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-09-05Limited lines to 119 characters in django/Tim Graham
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2011-10-07Fixed #14678 -- Added validation to catch flatpages with the same URL on the ...Carl Meyer
2010-08-28Fixed #5192 -- Modified flatpage admin form to allow ~ and . characters in fl...Russell Keith-Magee
2008-08-11Refs #7742 -- newforms-admin does not use oldforms `validator_list` argument,...Gary Wilson Jr
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner