index
:
django.git
fix-31295
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
Age
Commit message (
Expand
)
Author
2026-02-25
Fixed #36839 -- Warned when model renames encounter conflicts from stale Cont...
AbhimanyuGit2507
2026-02-21
Fixed #36935 -- Added fallback in ContentType.app_labeled_name when model_cla...
Marco Aurélio da Rosa Haubrich
2025-10-18
Fixed #21961 -- Added support for database-level delete options for ForeignKey.
Mariusz Felisiak
2025-10-16
Bumped minimum isort version to 7.0.0.
Jacob Walls
2025-09-18
Refs #28586 -- Split descriptor from GenericForeignKey.
Adam Johnson
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
2025-01-15
Refs #33651 -- Removed Prefetch.get_current_queryset() and get_prefetch_query...
Sarah Boyce
2024-12-02
Fixed #35950 -- Restored refreshing of relations when fields deferred.
Adam Johnson
2024-08-28
Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test su...
Simon Charette
2024-06-24
Fixed #35545, Refs #32833 -- Fixed ContentTypeManager.get_for_models() crash ...
Sarah Boyce
2024-05-04
Fixed #35426 -- Updated querysets to be a required argument of GenericPrefetch.
sobolevn
2024-03-08
Fixed #35044 -- Avoided clearing reverse relations and private fields when ac...
Giannis Terzopoulos
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-09-18
Fixed #33651 -- Added support for prefetching GenericForeignKey.
Clément Escolano
2023-03-09
Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().
Hrushikesh Vaidya
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-11-07
Fixed #34137 -- Made Model.refresh_from_db() clear cached generic relations.
Bhuvnesh
2022-10-11
Completed test coverage for contenttypes models.
Marcelo Galigniana
2022-10-10
Fixed #32833 -- Fixed ContentTypeManager.get_for_models() crash when using in...
Sarah Boyce
2022-04-18
Fixed various tests on MySQL with MyISAM storage engine.
Mariusz Felisiak
2022-03-15
Fixed #31169 -- Adapted the parallel test runner to use spawn.
David Smith
2022-03-14
Fixed #31357 -- Fixed get_for_models() crash for stale content types when mod...
Biel Frontera
2022-03-08
Fixed #33563 -- Fixed contenttype reverse data migration crash with a multipl...
Hameed Gifford
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
2021-10-14
Fixed #33008 -- Fixed prefetch_related() for deleted GenericForeignKeys.
Martin Svoboda
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-05-15
Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.
Simon Charette
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2020-03-19
Fixed #31123 -- Added --include-stale-apps option to the remove_stale_content...
gowthamk63
2019-06-06
Fixed #29706 -- Made RenameContentType._rename() save to the correct database.
Hasan Ramezani
2019-02-07
Fixed #16027 -- Added app_label to ContentType.__str__().
Gregory N. Schmit
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-12-21
Added tests for ContentType/Group/Permission.__str__().
Tim Graham
2018-07-10
Fixed #29556 -- Made 'remove_stale_contenttypes --noinput' delete content types.
Jon Dufresne
2018-07-10
Simplified a couple test docstrings.
Tim Graham
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-06-26
Fixed #28313 -- Added model name max length check of 100 characters in contri...
michaldabski
2017-06-16
Fixed #26936 -- Fixed stale ContentType deletion in apps without models.
Pavel Rybintsev
2017-05-24
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2017-02-10
Added multi_db=True to test cases that access the 'other' db connection.
Tim Graham
2017-02-03
Refs #27745 -- Improved test coverage of contrib.contenttypes.
Anton Samarchyan
[next]