summaryrefslogtreecommitdiff
path: root/tests/one_to_one/tests.py
AgeCommit message (Expand)Author
2015-10-09[1.9.x] Fixed #14368 -- Allowed setting a reverse OneToOne relation to None.Tim Graham
2015-09-19Fixed #25296 -- Prevented model related object cache pollution when create() ...Raphael Merx
2015-09-19Fixed #25160 (again) -- Moved data loss check on reverse relations.Aymeric Augustin
2015-08-20Fixed #24951 -- Fixed AssertionError in delete queries involving a foreign/pr...Tim Graham
2015-08-10Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-06-29Fixed #23791 -- Corrected object type check for pk__in=qsAnssi Kääriäinen
2015-04-09Fixed #24578 -- Fixed crash with QuerySet.update() on FK to O2O fields.Tim Graham
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-18Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.Karl Hobley
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-23Fixed #21414 -- Removed RelatedObject and deprecated Field.related.Anssi Kääriäinen
2014-11-25Fixed and restored assertions in OneToOneTests.test_foreign_key.Adam Alton
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-09-24Fixed #23550 -- Normalized get_queryset() of RelatedObjectDescriptorLoic Bistuer
2014-09-23Merged one_to_one_regress into the one_to_one test package.Loic Bistuer
2014-07-01Fixed #14334 -- Query relation lookups now check object types.Anubhav Joshi
2014-06-05Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...Anubhav Joshi
2013-12-11Fixed #21563 -- Single related object descriptors should work with `hasattr`.Simon Charette
2013-11-02Fixing E302 ErrorsJason Myers
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-05-27Fixed #17582 - Added message to DoesNotExist exceptions.Tim Graham
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner