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
Age
Commit message (
Expand
)
Author
2021-02-05
[3.1.x] Fixed backends.postgresql.tests.Tests.test_nodb_cursor_raises_postgre...
Mariusz Felisiak
2021-02-02
[3.1.x] Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'post...
Mariusz Felisiak
2020-11-25
[3.1.x] Fixed #32224 -- Avoided suppressing connection errors in supports_jso...
Mariusz Felisiak
2020-09-30
[3.1.x] Bumped minimum isort version to 5.1.0.
David Smith
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-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
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-21
Fixed backends.oracle.test_operations.
Mariusz Felisiak
2020-04-21
Fixed #31479 -- Added support to reset sequences on SQLite.
Jon Dufresne
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-04-20
Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...
Jon Dufresne
2020-04-18
Simplified LongNameTest.test_sequence_name_length_limits_flush() with execute...
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-24
Fixed backends tests on Oracle.
Mariusz Felisiak
2020-02-19
Fixed tests when run in reverse.
Mariusz Felisiak
2020-02-18
Fixed #31271 -- Preserved ordering when unifying query parameters on Oracle.
Mariusz Felisiak
2020-02-18
Fixed #31228 -- Reallowed aggregates to be used with multiple expressions and...
Taoup
2020-02-14
Fixed #26552 -- Deferred constraint checks when reloading the database with d...
Matthijs Kooijman
2020-02-06
Fixed #31233 -- Closed database connections and cursors after use.
Jon Dufresne
2020-02-06
Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().
Jon Dufresne
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-20
Refs #31117 -- Made various tests properly handle unexpected databases aliases.
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-12-31
Refs #31117 -- Isolated backends.sqlite.test_creation.TestDbSignatureTests.
Mariusz Felisiak
2019-11-21
Fixed #30413 -- Fixed test database signature on SQLite when test database na...
Farhaan Bukhsh
2019-11-20
Fixed #25388 -- Added an option to allow disabling of migrations during test ...
Jon Dufresne
2019-11-07
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-07-30
Refs #30593 -- Fixed introspection of check constraints columns on MariaDB.
Hasan Ramezani
2019-07-30
Refs #30593 -- Added _parse_constraint_columns() hook to introspection on Mar...
Hasan Ramezani
2019-07-16
Fixed #30636 -- Fixed options ordering when cloning test database on MySQL.
Yann Sionneau
2019-07-08
Refs #29444 -- Added support for fetching a returned non-integer insert value...
Johannes Hoppe
2019-04-29
Fixed #30148 -- Logged COPY ... TO statements in connection.queries on Postgr...
kingbuzzman
2019-04-29
Added tests for queries log in CursorDebugWrapper.executemany().
Mariusz Felisiak
2019-04-18
Fixed typos in docs, comments, and exception messages.
Ville Skyttä
2019-04-05
Refs #20010 -- Unified DatabaseOperations.last_executed_query() on Oracle wit...
Mariusz Felisiak
2019-04-04
Fixed #30307 -- Fixed incorrect quoting of database user password when using ...
msg
2019-03-13
Fixed #30183 -- Added introspection of inline SQLite constraints.
Paveł Tyślacki
2019-02-21
Fixed a failure when running tests on systems with SQLite < 3.8.3.
Tim Graham
2019-02-20
Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on i...
Simon Charette
[next]