summaryrefslogtreecommitdiff
path: root/tests/backends/base
Commit message (Expand)AuthorAgeFilesLines
* Refs #28478 -- Prevented database feature based skipping on tests disallowing...Simon Charette2019-01-141-16/+17
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-2/+2
* Added BaseDatabaseSchemaEditor._effective_default() to allow testing without ...Tim Graham2018-11-171-8/+5
* Fixed #29505 -- Removed SchemaEditor's calling of callable defaults.Tim Graham2018-11-171-0/+22
* Fixed #29813 -- Fixed DatabaseOperation test when run in isolation on MySQL.Jon Dufresne2018-10-021-2/+8
* Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes2018-02-101-1/+1
* Increased test coverage for db/backends/base/operations.py.Mads Jensen2017-09-301-1/+130
* Refs #28595 -- Added a hook to add execute wrappers for database queries.Shai Berger2017-09-211-1/+98
* Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen2017-09-181-0/+10
* Reorganized backends tests.Mariusz Felisiak2017-06-214-0/+82