summaryrefslogtreecommitdiff
path: root/django/contrib/redirects/models.py
AgeCommit message (Expand)Author
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
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
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2008-07-21Moved RedirectAdmin in django.contrib.redirects to an admin.py module.Brian Rosner
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-06-16Fixed #7329 -- Added list_display Admin options to FlatPage and Redirect mode...Adrian Holovaty
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
2006-06-12Fixed #2139 -- Changed Redirect repr to strAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty