summaryrefslogtreecommitdiff
path: root/tests/one_to_one/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+5
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-6/+0
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-7/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #26667 -- Fixed a regression in queries on a OneToOneField that has to_...Tim Graham2016-06-041-1/+5
* Fixed #24951 -- Fixed AssertionError in delete queries involving a foreign/pr...Tim Graham2015-08-201-1/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-11/+11
* 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-241-0/+21
* Merged one_to_one_regress into the one_to_one test package.Loic Bistuer2014-09-231-0/+35
* Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...Anubhav Joshi2014-06-051-0/+4
* Fixing E302 ErrorsJason Myers2013-11-021-2/+7
* Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol2013-08-151-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+54