Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/flatpages/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25073 -- Added verbose_name to contrib's model fie...Szilveszter Farkas2015-07-121-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+5
* Started attackign the next flake8 violationAlex Gaynor2013-10-311-0/+1
* Fixed #15124 -- Changed the default for BooleanField.Aymeric Augustin2013-03-241-2/+4
* Fixed #18862 -- Honored script prefix in FlatPage.get_abs...Aymeric Augustin2013-02-241-1/+3
* URL-encoded URLs in FlatPage.get_absolute_url.Aymeric Augustin2013-02-241-3/+2
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-1/+3
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-1/+3
* Removed oldforms, validators, and related code:Gary Wilson Jr2008-08-271-1/+0
* Refs #7742 -- newforms-admin does not use oldforms `valid...Gary Wilson Jr2008-08-111-3/+2
* Merged the newforms-admin branch into trunk.Brian Rosner2008-07-191-10/+1
* Fixed #4081 -- Allow empty content in flatpages.Malcolm Tredinnick2008-06-301-1/+1
* Fixed #7329 -- Added list_display Admin options to FlatPa...Adrian Holovaty2008-06-161-1/+2
* Django code styling fixes.Gary Wilson Jr2008-03-291-0/+3
* Fixed #6879 -- Made string in `contrib.flatpages` transla...Gary Wilson Jr2008-03-291-1/+1
* Fixed #2101 -- Renamed `maxlength` argument to `max_lengt...Gary Wilson Jr2007-08-051-3/+3
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-3/+3
* Fixed #3845 -- Added index to URL attribute of flatpages ...Russell Keith-Magee2007-03-291-1/+1
* Fixed #2317 -- Fixed help_text for FlatPage.template_name...Adrian Holovaty2006-07-101-1/+1
* Fixed #1837 -- Gave FlatPage a strAdrian Holovaty2006-05-111-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-0/+33