Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/raw_query/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-2/+2
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #12768 -- Fixed QuerySet.raw() regression on FK ↵Matt Johnson2015-07-241-0/+4
| | | | with custom db_column.
* Fixing E302 ErrorsJason Myers2013-11-031-0/+4
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #20895 -- Made check management command warn if a ↵Alasdair Nicol2013-08-161-1/+1
| | | | | | | 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/+31