index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
backends
/
base
Age
Commit message (
Expand
)
Author
2020-09-23
[3.1.x] Fixed #32012 -- Made test database creation sync apps models when mig...
Mariusz Felisiak
2020-08-28
[3.1.x] Fixed #31956 -- Fixed crash of ordering by JSONField with a custom de...
Mariusz Felisiak
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-06
Fixed a/an typos in "SQL" usage.
Adam Johnson
2020-04-20
Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...
Jon Dufresne
2020-04-17
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-17
Added test coverage for DatabaseOperations.sql_flush().
Jon Dufresne
2020-04-08
Fixed typo in tests/backends/base/test_operations.py.
Mariusz Felisiak
2020-04-02
Refs #31051 -- Fixed reloading the database with circular related objects and...
Matthijs Kooijman
2020-04-02
Refs #26552 -- Added test for reloading the database with self-referential ob...
Matthijs Kooijman
2020-03-06
Fixed #31345 -- Added BaseDatabaseIntrospection.get_relations().
shankarj67
2020-03-04
Fixed #31333 -- Added BaseDatabaseIntrospection.get_table_description().
aryan
2020-03-04
Added tests for BaseDatabaseIntrospection's stub methods.
Mariusz Felisiak
2020-02-19
Fixed tests when run in reverse.
Mariusz Felisiak
2020-02-14
Fixed #26552 -- Deferred constraint checks when reloading the database with d...
Matthijs Kooijman
2020-01-20
Fixed #31117 -- Isolated backends.base.test_creation.TestDbCreationTests.
Matthijs Kooijman
2020-01-20
Refs #31117 -- Moved get_connection_copy() test hook to a module level.
Mariusz Felisiak
2019-11-20
Fixed #25388 -- Added an option to allow disabling of migrations during test ...
Jon Dufresne
2019-04-18
Fixed typos in docs, comments, and exception messages.
Ville Skyttä
2019-01-14
Refs #28478 -- Prevented database feature based skipping on tests disallowing...
Simon Charette
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-17
Added BaseDatabaseSchemaEditor._effective_default() to allow testing without ...
Tim Graham
2018-11-17
Fixed #29505 -- Removed SchemaEditor's calling of callable defaults.
Tim Graham
2018-10-02
Fixed #29813 -- Fixed DatabaseOperation test when run in isolation on MySQL.
Jon Dufresne
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2017-09-30
Increased test coverage for db/backends/base/operations.py.
Mads Jensen
2017-09-21
Refs #28595 -- Added a hook to add execute wrappers for database queries.
Shai Berger
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-06-21
Reorganized backends tests.
Mariusz Felisiak