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
Age
Commit message (
Expand
)
Author
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-27
Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.
Alex Hill
2015-08-10
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-03-18
Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.
Karl Hobley
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-02-16
Moved contrib.contenttypes tests out of contrib.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-16
Fixed #24099 -- Removed contenttype.name deprecated field
Claude Paroz
2014-12-01
Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...
wrwrwr
2014-11-29
Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...
wrwrwr
2014-11-27
Fixed #23338 -- Added warning when unique=True on ForeigKey
Diego Guimarães
2014-08-25
Removed unnecessary absolute_imports.
Tim Graham
2014-07-24
Improved patching of sys.stdout in refs #23078.
Tim Graham
2014-07-23
Fixed #23078 -- Regression in update_contenttypes() interactivity.
Nick Sandford
2014-06-05
Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...
Anubhav Joshi
2014-05-29
Fixed #20401 -- ContentTypeManager.get_for_model reads from db_for_read.
Antonis Christofides
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-03
Fixed #16727 -- Added protocol-relative URL support to contenttypes.views.sho...
Thomas Sorrel
2014-03-03
Edited model and field checks for grammar and consistency.
Russell Keith-Magee
2014-03-03
Edited model check messages for grammar and consistency.
Russell Keith-Magee
2014-03-03
Cleanup of contrib.contenttypes check messages.
Russell Keith-Magee
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-14
Fixed #21774 -- Isolate all test urls from eachother.
Marc Tamlyn
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Deborgified the app cache.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-11-24
Added more tests for ContentTypeManager.get_for_model.
Antonis Christofides
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