index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
redirects
/
models.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-06-23
Refs #31541 -- Updated Redirect.new_path.help_text.
Yash Saini
2019-11-05
Fixed #30947 -- Changed tuples to lists in model Meta options in django.contr...
Jon Dufresne
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-12
Fixed #25073 -- Added verbose_name to contrib's model fields that were missin...
Szilveszter Farkas
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2008-07-21
Moved RedirectAdmin in django.contrib.redirects to an admin.py module.
Brian Rosner
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-06-16
Fixed #7329 -- Added list_display Admin options to FlatPage and Redirect mode...
Adrian Holovaty
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2006-06-12
Fixed #2139 -- Changed Redirect repr to str
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty