Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/defer/tests.py
Commit message (Collapse)AuthorAgeFilesLines
* 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-281-1/+27
| | | | | 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
|
* 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-261-0/+185