summaryrefslogtreecommitdiff
path: root/tests/backends/base
AgeCommit message (Expand)Author
2018-10-02[2.1.x] Fixed #29813 -- Fixed DatabaseOperation test when run in isolation on...Jon Dufresne
2018-02-10Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes
2017-09-30Increased test coverage for db/backends/base/operations.py.Mads Jensen
2017-09-21Refs #28595 -- Added a hook to add execute wrappers for database queries.Shai Berger
2017-09-18Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen
2017-06-21Reorganized backends tests.Mariusz Felisiak