Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/proxy_models/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #18012 -- Propagated reverse foreign keys from ↵Simon Charette2015-10-121-1/+1
| | | | | | proxy to concrete models. Thanks to Anssi for the review.
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-5/+5
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #24328 -- cleaned up Options._get_fields() ↵Anssi Kääriäinen2015-02-201-1/+1
| | | | implementation
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-0/+1
|
* Fixing E302 ErrorsJason Myers2013-11-031-0/+26
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #20777 -- Admin proxy model deletion regressionAnssi Kääriäinen2013-08-191-1/+5
| | | | Added proxy_models tests by Harm Geerts <github@geertswei.nl>.
* Fixed #15363 -- Renamed and normalized to `get_queryset` ↵Loic Bistuer2013-03-081-4/+4
| | | | the methods that return a QuerySet.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+169