Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_inheritance/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-5/+5
| | | | on_delete for ForeignKey/OneToOneField
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-0/+1
|
* Fixed #15321 -- Honored ancestors unique checks.Aron Podrigal2015-02-041-0/+21
| | | | Thanks to Tim for the review.
* Fixed #17673 -- Forbid field shadowing.Christopher Medrela2014-02-101-4/+0
| | | | Thanks Anssi Kääriäinen for the suggestion.
* PEP8Jason Myers2013-11-031-0/+22
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #20946 -- model inheritance + m2m failureAnssi Kääriäinen2013-08-211-0/+6
| | | | | | | Cleaned up the internal implementation of m2m fields by removing related.py _get_fk_val(). The _get_fk_val() was doing the wrong thing if asked for the foreign key value on foreign key to parent model's primary key when child model had different primary key field.
* Fixed #20895 -- Made check management command warn if a ↵Alasdair Nicol2013-08-161-4/+4
| | | | | | | BooleanField does not have a default value Thanks to Collin Anderson for the suggestion and Tim Graham for reviewing the patch.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+164