summaryrefslogtreecommitdiff
path: root/tests/raw_query/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+6
* Fixed #28206 -- Fixed RawQuerySet crash on a model with a mixed case db_colum...Mariusz Felisiak2017-05-181-0/+4
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.Akshesh2016-02-171-0/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-2/+2
* Fixed #12768 -- Fixed QuerySet.raw() regression on FK with custom db_column.Matt Johnson2015-07-231-0/+4
* Fixing E302 ErrorsJason Myers2013-11-021-0/+4
* Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol2013-08-151-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+31