summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests/test_models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().Hrushikesh Vaidya2023-03-091-2/+6
* Completed test coverage for contenttypes models.Marcelo Galigniana2022-10-111-0/+8
* Fixed #32833 -- Fixed ContentTypeManager.get_for_models() crash when using in...Sarah Boyce2022-10-101-0/+10
* Fixed various tests on MySQL with MyISAM storage engine.Mariusz Felisiak2022-04-181-0/+3
* Fixed #31357 -- Fixed get_for_models() crash for stale content types when mod...Biel Frontera2022-03-141-0/+20
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-74/+125
* Fixed #16027 -- Added app_label to ContentType.__str__().Gregory N. Schmit2019-02-071-1/+9
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-1/+1
* Added tests for ContentType/Group/Permission.__str__().Tim Graham2018-12-211-0/+4
* Corrected location of some contenttypes_tests.Tim Graham2018-06-211-65/+17
* Added multi_db=True to test cases that access the 'other' db connection.Tim Graham2017-02-101-9/+1
* Split up contenttypes_tests.Tim Graham2017-02-031-8/+35
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27709 -- Fixed get_for_models() for proxies with an empty cache.Simon Charette2017-01-131-1/+14
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-13/+10
* Fixed #24075 -- Used post-migration models in contrib apps receivers.Simon Charette2016-05-151-25/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-42/+27
* Fixed #26286 -- Prevented content type managers from sharing their cache.Simon Charette2016-02-261-1/+13
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+4
* Refs #24099 -- Removed compatibility shim for ContentType.name field.Tim Graham2015-09-231-21/+0
* Moved contrib.contenttypes tests out of contrib.Tim Graham2015-02-161-0/+290