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
/
contenttypes
/
views.py
Age
Commit message (
Expand
)
Author
2025-04-02
Fixed #36267 -- Fixed contenttypes shortcut() view crash with an invalid obje...
Ahmed Nassar
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2018-06-21
Fixed #18620 -- Made ContentTypes shortcut view prefer current site if availa...
Paulo
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-02-27
Imported django.http classes instead of django.http.
Asif Saifuddin Auvi
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-16
Fixed #26085 -- Fixed contenttypes shortcut() view crash with a null fk to Site.
dani poni
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2014-10-01
Fixed #15089 -- Allowed contrib.sites to lookup the current site based on req...
Tim Graham
2014-03-03
Fixed #16727 -- Added protocol-relative URL support to contenttypes.views.sho...
Thomas Sorrel
2014-02-01
Suppressed the `if Site._meta.installed` pattern.
Aymeric Augustin
2014-01-26
Moved RequestSite and get_current_site.
Aymeric Augustin
2013-10-31
Started attackign the next flake8 violation
Alex Gaynor
2013-10-15
Fixed #7603 -- Added a 'scheme' property to the HttpRequest object
Unai Zalakain
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-02-04
Fixed #17458 -- Marked Http404 error messages for translation. Thanks, Claude...
Jannis Leidel
2012-01-02
Fixed #8997 -- Prevented the contenttypes `shortcut` view to hide errors occu...
Julien Phalip
2010-10-06
Fixed #14414 -- Improved contenttypes shortcut() view to check that the Conte...
Adrian Holovaty
2010-10-04
Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit...
Luke Plant
2009-12-19
Fixed #10927 - Content Types shortcut view throws 500s instead of 404s
Luke Plant
2008-09-10
Moved the bulk of the shortcut() function in django/views/defaults.py to a ne...
Adrian Holovaty