summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests/test_models.py
AgeCommit message (Expand)Author
2026-02-21Fixed #36935 -- Added fallback in ContentType.app_labeled_name when model_cla...Marco Aurélio da Rosa Haubrich
2024-06-24Fixed #35545, Refs #32833 -- Fixed ContentTypeManager.get_for_models() crash ...Sarah Boyce
2024-05-04Fixed #35426 -- Updated querysets to be a required argument of GenericPrefetch.sobolevn
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-12-31Used addCleanup() in tests where appropriate.Mariusz Felisiak
2023-09-18Fixed #33651 -- Added support for prefetching GenericForeignKey.Clément Escolano
2023-03-09Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().Hrushikesh Vaidya
2022-10-11Completed test coverage for contenttypes models.Marcelo Galigniana
2022-10-10Fixed #32833 -- Fixed ContentTypeManager.get_for_models() crash when using in...Sarah Boyce
2022-04-18Fixed various tests on MySQL with MyISAM storage engine.Mariusz Felisiak
2022-03-14Fixed #31357 -- Fixed get_for_models() crash for stale content types when mod...Biel Frontera
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-02-07Fixed #16027 -- Added app_label to ContentType.__str__().Gregory N. Schmit
2019-01-10Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette
2018-12-21Added tests for ContentType/Group/Permission.__str__().Tim Graham
2018-06-21Corrected location of some contenttypes_tests.Tim Graham
2017-02-10Added multi_db=True to test cases that access the 'other' db connection.Tim Graham
2017-02-03Split up contenttypes_tests.Tim Graham
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-13Fixed #27709 -- Fixed get_for_models() for proxies with an empty cache.Simon Charette
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-05-15Fixed #24075 -- Used post-migration models in contrib apps receivers.Simon Charette
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-02-26Fixed #26286 -- Prevented content type managers from sharing their cache.Simon Charette
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-09-23Refs #24099 -- Removed compatibility shim for ContentType.name field.Tim Graham
2015-02-16Moved contrib.contenttypes tests out of contrib.Tim Graham