summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests
AgeCommit message (Expand)Author
2019-06-06Fixed #29706 -- Made RenameContentType._rename() save to the correct database.Hasan Ramezani
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-31Updated test URL patterns to use path() and re_path().Tim Graham
2018-12-21Added tests for ContentType/Group/Permission.__str__().Tim Graham
2018-07-10Fixed #29556 -- Made 'remove_stale_contenttypes --noinput' delete content types.Jon Dufresne
2018-07-10Simplified a couple test docstrings.Tim Graham
2018-06-21Refs #18620 -- Refactored ContentTypes view tests to group related field test...Paulo
2018-06-21Fixed #18620 -- Made ContentTypes shortcut view prefer current site if availa...Paulo
2018-06-21Added test for contenttype redirect with m2m objects.Paulo
2018-06-21Corrected location of some contenttypes_tests.Tim Graham
2018-02-02Fixed imports per isort 4.3.1.Tim Graham
2018-02-01Fixed imports per isort 4.3.0.Mariusz Felisiak
2017-06-26Fixed #28313 -- Added model name max length check of 100 characters in contri...michaldabski
2017-06-16Fixed #26936 -- Fixed stale ContentType deletion in apps without models.Pavel Rybintsev
2017-05-24Refs #27804 -- Used subTest() in several tests.Bruno Alla
2017-02-10Added multi_db=True to test cases that access the 'other' db connection.Tim Graham
2017-02-03Refs #27745 -- Improved test coverage of contrib.contenttypes.Anton Samarchyan
2017-02-03Split up contenttypes_tests.Tim Graham
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-01-26Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz
2017-01-24Removed unneeded force_text calls in the test suiteClaude Paroz
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-20Refs #23919 -- Removed unneeded force_str callsClaude Paroz
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator 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
2017-01-13Made contenttypes and auth apps unavailable when not necessary in tests.Simon Charette
2017-01-07Simplified a contenttypes check test with mock.Adam Chainz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-09-06Fixed #24865 -- Added remove_stale_contenttypes management command.Tim Graham
2016-08-10Refs #18682 -- Edited explanation in stale content type deletion.Tim Graham
2016-07-03Fixed #18682 -- Expanded explanation in stale content type deletion. (#6869)Erik Romijn
2016-05-21Refs #24067 -- Fixed contenttypes rename tests failures on Oracle.Simon Charette
2016-05-17Fixed #24067 -- Renamed content types upon model renaming.Simon Charette
2016-05-15Fixed #24075 -- Used post-migration models in contrib apps receivers.Simon Charette
2016-04-19Refs #26085, #11505 -- Cleared Site cache in contenttypes_tests.Tim Graham
2016-04-16Fixed #26085 -- Fixed contenttypes shortcut() view crash with a null fk to Site.dani poni
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-02-12Removed unneeded hint=None/obj=None in system check messages.Tim Graham
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2016-01-06Fixed #25746 -- Isolated inlined test models registration.Simon Charette
2016-01-04Fixed #26009 -- Fixed contenttypes_tests isolation.Tim Graham
2015-09-23Refs #24099 -- Removed compatibility shim for ContentType.name field.Tim Graham
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-08-27Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.Alex Hill