summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests/models.py
AgeCommit message (Expand)Author
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