summaryrefslogtreecommitdiff
path: root/tests/one_to_one
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21414 -- Removed RelatedObject and deprecated Field.related.Anssi Kääriäinen2014-12-231-1/+1
* Fixed and restored assertions in OneToOneTests.test_foreign_key.Adam Alton2014-11-251-4/+7
* Fixed #23620 -- Used more specific assertions in the Django test suite.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 packages.Loic Bistuer2014-09-241-1/+1
* Fixed #23550 -- Normalized get_queryset() of RelatedObjectDescriptorLoic Bistuer2014-09-242-1/+78
* Merged one_to_one_regress into the one_to_one test package.Loic Bistuer2014-09-232-24/+297
* Fixed #14334 -- Query relation lookups now check object types.Anubhav Joshi2014-07-011-1/+0
* Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...Anubhav Joshi2014-06-052-1/+22
* Fixed #21563 -- Single related object descriptors should work with `hasattr`.Simon Charette2013-12-111-0/+4
* Fixing E302 ErrorsJason Myers2013-11-022-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 BooleanField does not...Alasdair Nicol2013-08-151-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