Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/defer_regress
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #16436 -- Oracle defer_regress test failureAnssi Kääriäinen2013-05-311-6/+6
| | | | | Oracle doesn't like grouping by TextField, so use CharFields instead in models.
* Fixed #16436 -- defer + annotate + select_related crashTai Lee2013-05-302-7/+53
| | | | | | | | Correctly calculate the ``aggregate_start`` offset from loaded fields, if any are deferred, instead of ``self.query.select`` which includes all fields on the model. Also made some PEP 8 fixes.
* Made an app-cache test not dependent on all models in ↵Anssi Kääriäinen2013-05-301-53/+34
| | | | defer_regress
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+312