summaryrefslogtreecommitdiff
path: root/django/contrib/flatpages/models.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-01-28Fixed #22261 -- Fixed resolving namespaced URLs for flatpages.Hasan Ramezani
2019-11-05Fixed #30947 -- Changed tuples to lists in model Meta options in django.contr...Jon Dufresne
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-02-05Fixed #26176 -- Fixed E123 flake8 warnings.Tim Graham
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-07-12Fixed #25073 -- Added verbose_name to contrib's model fields that were missin...Szilveszter Farkas
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
2013-03-24Fixed #15124 -- Changed the default for BooleanField.Aymeric Augustin
2013-02-24Fixed #18862 -- Honored script prefix in FlatPage.get_absolute_url.Aymeric Augustin
2013-02-24URL-encoded URLs in FlatPage.get_absolute_url.Aymeric Augustin
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
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
2008-06-30Fixed #4081 -- Allow empty content in flatpages.Malcolm Tredinnick
2008-06-16Fixed #7329 -- Added list_display Admin options to FlatPage and Redirect mode...Adrian Holovaty
2008-03-29Django code styling fixes.Gary Wilson Jr
2008-03-29Fixed #6879 -- Made string in `contrib.flatpages` translatable, thanks ctroch...Gary Wilson Jr
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-03-29Fixed #3845 -- Added index to URL attribute of flatpages model.Russell Keith-Magee
2006-07-09Fixed #2317 -- Fixed help_text for FlatPage.template_name field to match magi...Adrian Holovaty
2006-05-11Fixed #1837 -- Gave FlatPage a strAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty