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
/
test_models.py
Age
Commit message (
Expand
)
Author
2026-02-21
Fixed #36935 -- Added fallback in ContentType.app_labeled_name when model_cla...
Marco Aurélio da Rosa Haubrich
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-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
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-14
Fixed #31357 -- Fixed get_for_models() crash for stale content types when mod...
Biel Frontera
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
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-21
Added tests for ContentType/Group/Permission.__str__().
Tim Graham
2018-06-21
Corrected location of some contenttypes_tests.
Tim Graham
2017-02-10
Added multi_db=True to test cases that access the 'other' db connection.
Tim Graham
2017-02-03
Split up contenttypes_tests.
Tim Graham
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-13
Fixed #27709 -- Fixed get_for_models() for proxies with an empty cache.
Simon Charette
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-05-15
Fixed #24075 -- Used post-migration models in contrib apps receivers.
Simon Charette
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-02-26
Fixed #26286 -- Prevented content type managers from sharing their cache.
Simon Charette
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-09-23
Refs #24099 -- Removed compatibility shim for ContentType.name field.
Tim Graham
2015-02-16
Moved contrib.contenttypes tests out of contrib.
Tim Graham