summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().Hrushikesh Vaidya2023-03-091-2/+6
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-012-2/+0
* Fixed #34137 -- Made Model.refresh_from_db() clear cached generic relations.Bhuvnesh2022-11-071-0/+8
* 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 #31169 -- Adapted the parallel test runner to use spawn.David Smith2022-03-152-0/+9
* Fixed #31357 -- Fixed get_for_models() crash for stale content types when mod...Biel Frontera2022-03-141-0/+20
* Fixed #33563 -- Fixed contenttype reverse data migration crash with a multipl...Hameed Gifford2022-03-081-0/+31
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+5
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0710-344/+622
* Fixed #33008 -- Fixed prefetch_related() for deleted GenericForeignKeys.Martin Svoboda2021-10-141-3/+16
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-2/+2
* Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.Simon Charette2020-05-151-2/+5
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-24/+0
* Fixed #31123 -- Added --include-stale-apps option to the remove_stale_content...gowthamk632020-03-191-5/+35
* Fixed #29706 -- Made RenameContentType._rename() save to the correct database.Hasan Ramezani2019-06-061-0/+16
* 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
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-2/+2
* Added tests for ContentType/Group/Permission.__str__().Tim Graham2018-12-211-0/+4
* Fixed #29556 -- Made 'remove_stale_contenttypes --noinput' delete content types.Jon Dufresne2018-07-101-6/+3
* Simplified a couple test docstrings.Tim Graham2018-07-101-5/+5
* Refs #18620 -- Refactored ContentTypes view tests to group related field test...Paulo2018-06-211-15/+23
* Fixed #18620 -- Made ContentTypes shortcut view prefer current site if availa...Paulo2018-06-211-3/+22
* Added test for contenttype redirect with m2m objects.Paulo2018-06-212-1/+40
* Corrected location of some contenttypes_tests.Tim Graham2018-06-212-83/+61
* Fixed imports per isort 4.3.1.Tim Graham2018-02-021-1/+2
* Fixed imports per isort 4.3.0.Mariusz Felisiak2018-02-011-2/+1
* Fixed #28313 -- Added model name max length check of 100 characters in contri...michaldabski2017-06-261-0/+18
* Fixed #26936 -- Fixed stale ContentType deletion in apps without models.Pavel Rybintsev2017-06-161-1/+12
* Refs #27804 -- Used subTest() in several tests.Bruno Alla2017-05-241-9/+12
* Added multi_db=True to test cases that access the 'other' db connection.Tim Graham2017-02-101-9/+1
* Refs #27745 -- Improved test coverage of contrib.contenttypes.Anton Samarchyan2017-02-031-1/+23
* Split up contenttypes_tests.Tim Graham2017-02-037-538/+518
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-2/+2
* Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz2017-01-261-3/+4
* Removed unneeded force_text calls in the test suiteClaude Paroz2017-01-241-5/+2
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+2
* Refs #23919 -- Removed unneeded force_str callsClaude Paroz2017-01-201-2/+2
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-8/+2
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-9/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-186-15/+0
* Fixed #27709 -- Fixed get_for_models() for proxies with an empty cache.Simon Charette2017-01-131-1/+14
* Made contenttypes and auth apps unavailable when not necessary in tests.Simon Charette2017-01-131-1/+0
* Simplified a contenttypes check test with mock.Adam Chainz2017-01-071-7/+4
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-102-15/+12
* Fixed #24865 -- Added remove_stale_contenttypes management command.Tim Graham2016-09-061-16/+22