Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/defer
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-1/+1
| | | | on_delete for ForeignKey/OneToOneField
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+3
|
* Fixed typos of "select_related" in docs and tests.Josh Schneier2015-02-041-2/+2
|
* Refs #18586 -- Split up tests.defer.DeferTests.test_deferWill Earp2014-12-311-64/+112
|
* Fixed #901 -- Added Model.refresh_from_db() methodAnssi Kääriäinen2014-11-282-1/+41
| | | | | Thanks to github aliases dbrgn, carljm, slurms, dfunckt, and timgraham for reviews.
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
| | | | Thanks Piotr Kasprzyk for help with the patch.
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
|
* PEP8Jason Myers2013-11-031-0/+4
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
|
* Made Model.__eq__ consider proxy models equivalentAnssi Kääriäinen2013-08-191-0/+6
| | | | Fixed #11892, fixed #16458, fixed #14492.
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+215