summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests/models.py
AgeCommit message (Expand)Author
2020-04-30Removed unused __str__() methods in tests models.Mariusz Felisiak
2018-06-21Added test for contenttype redirect with m2m objects.Paulo
2017-01-26Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-08-10Refs #18682 -- Edited explanation in stale content type deletion.Tim Graham
2016-04-16Fixed #26085 -- Fixed contenttypes shortcut() view crash with a null fk to Site.dani poni
2015-08-27Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.Alex Hill
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-02-16Moved contrib.contenttypes tests out of contrib.Tim Graham
2014-03-03Fixed #16727 -- Added protocol-relative URL support to contenttypes.views.sho...Thomas Sorrel
2014-01-14Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn
2013-11-02PEP8 cleanupJason Myers
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-03-14Deprecated django.views.defaults.shortcut.Aymeric Augustin