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