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
/
tests
/
contenttypes_tests
/
test_views.py
Age
Commit message (
Expand
)
Author
2025-10-16
Bumped minimum isort version to 7.0.0.
Jacob Walls
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-04-02
Fixed #36267 -- Fixed contenttypes shortcut() view crash with an invalid obje...
Ahmed Nassar
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2018-06-21
Refs #18620 -- Refactored ContentTypes view tests to group related field test...
Paulo
2018-06-21
Fixed #18620 -- Made ContentTypes shortcut view prefer current site if availa...
Paulo
2018-06-21
Added test for contenttype redirect with m2m objects.
Paulo
2018-06-21
Corrected location of some contenttypes_tests.
Tim Graham
2018-02-02
Fixed imports per isort 4.3.1.
Tim Graham
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2017-05-24
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2017-02-03
Split up contenttypes_tests.
Tim Graham