summaryrefslogtreecommitdiff
path: root/tests/raw_query/models.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-05-18Fixed #28206 -- Fixed RawQuerySet crash on a model with a mixed case db_colum...Mariusz Felisiak
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-02-17Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.Akshesh
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-23Fixed #12768 -- Fixed QuerySet.raw() regression on FK with custom db_column.Matt Johnson
2013-11-02Fixing E302 ErrorsJason Myers
2013-08-15Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner