Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/one_to_one
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-271-1/+1
* Fixed #14368 -- Allowed setting a reverse OneToOne relati...Tim Graham2015-10-091-0/+16
* Fixed #25296 -- Prevented model related object cache poll...Raphael Merx2015-09-201-0/+5
* Fixed #25160 (again) -- Moved data loss check on reverse ...Aymeric Augustin2015-09-191-5/+7
* Fixed #24951 -- Fixed AssertionError in delete queries in...Tim Graham2015-08-202-2/+10
* Fixed #25160 -- Moved unsaved model instance data loss ch...Tim Graham2015-08-101-36/+13
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-282-12/+12
* Fixed #23791 -- Corrected object type check for pk__in=qsAnssi Kääriäinen2015-06-291-0/+18
* Fixed #24578 -- Fixed crash with QuerySet.update() on FK ...Tim Graham2015-04-091-0/+11
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-2/+2
* Fixed #24495 -- Allowed unsaved model instance assignment...Karl Hobley2015-03-191-1/+26
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+5
* Fixed #21414 -- Removed RelatedObject and deprecated Fiel...Anssi Kääriäinen2014-12-231-1/+1
* Fixed and restored assertions in OneToOneTests.test_forei...Adam Alton2014-11-251-4/+7
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-6/+6
* Fixed flake8 warnings.Tim Graham2014-09-241-0/+1
* Removed numbering from the models.py header of some test ...Loic Bistuer2014-09-241-1/+1
* Fixed #23550 -- Normalized get_queryset() of RelatedObjec...Loic Bistuer2014-09-232-1/+78
* Merged one_to_one_regress into the one_to_one test package.Loic Bistuer2014-09-222-24/+297
* Fixed #14334 -- Query relation lookups now check object t...Anubhav Joshi2014-07-011-1/+0
* Fixed #10811 -- Made assigning unsaved objects to FK, O2O...Anubhav Joshi2014-06-052-1/+22
* Fixed #21563 -- Single related object descriptors should ...Simon Charette2013-12-111-0/+4
* Fixing E302 ErrorsJason Myers2013-11-032-2/+8
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin2013-09-301-3/+3
* Fixed #20895 -- Made check management command warn if a B...Alasdair Nicol2013-08-161-2/+2
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #17582 - Added message to DoesNotExist exceptions.Tim Graham2013-05-271-1/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+177