summaryrefslogtreecommitdiff
path: root/tests/backends
Commit message (Expand)AuthorAgeFilesLines
* Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' da...Mariusz Felisiak2021-02-021-1/+49
* Fixed #32292 -- Added support for connection by service name to PostgreSQL.Hasan Ramezani2021-01-201-0/+30
* Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak2021-01-141-2/+2
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-131-2/+71
* Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.Mariusz Felisiak2020-12-301-3/+3
* Fixed #32158 -- Fixed loaddata crash on SQLite when table/column names are SQ...Chinmoy Chakraborty2020-12-282-1/+20
* Refs #32178 -- Fixed test_mark_expected_failures_and_skips_call teardown.Tim Graham2020-12-111-3/+8
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-0/+62
* Fixed #32224 -- Avoided suppressing connection errors in supports_json_field ...Mariusz Felisiak2020-11-251-0/+18
* Fixed #31762 -- Made reloading the database for tests use the base manager.Hasan Ramezani2020-11-112-0/+20
* Refs #32061 -- Unified DatabaseClient.runshell() in db backends.Simon Charette2020-10-293-1/+21
* Made small readability improvements.Martin Thoma2020-10-281-8/+6
* Fixed #32012 -- Made test database creation sync apps models when migrations ...Mariusz Felisiak2020-09-235-5/+57
* Corrected tests.backends.sqlite.tests.Tests.test_aggregation()'s docstring.Mariusz Felisiak2020-09-131-3/+1
* Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...Mariusz Felisiak2020-08-281-5/+0
* Bumped minimum isort version to 5.1.0.David Smith2020-07-302-1/+2
* Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...Mariusz Felisiak2020-07-202-1/+8
* Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.Sergey Fedoseev2020-06-301-4/+0
* Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne2020-05-111-1/+1
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-0/+5
* Fixed a/an typos in "SQL" usage.Adam Johnson2020-05-061-1/+1
* Fixed backends.oracle.test_operations.Mariusz Felisiak2020-04-211-1/+3
* Fixed #31479 -- Added support to reset sequences on SQLite.Jon Dufresne2020-04-211-3/+14
* Capitalized Unicode in docs, strings, and comments.Jon Dufresne2020-04-201-2/+2
* Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...Jon Dufresne2020-04-202-2/+2
* Simplified LongNameTest.test_sequence_name_length_limits_flush() with execute...Jon Dufresne2020-04-181-3/+1
* Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...Jon Dufresne2020-04-176-130/+33
* Added test coverage for DatabaseOperations.sql_flush().Jon Dufresne2020-04-175-2/+416
* Fixed typo in tests/backends/base/test_operations.py.Mariusz Felisiak2020-04-081-13/+13
* Refs #31051 -- Fixed reloading the database with circular related objects and...Matthijs Kooijman2020-04-022-1/+42
* Refs #26552 -- Added test for reloading the database with self-referential ob...Matthijs Kooijman2020-04-022-1/+28
* Fixed #31345 -- Added BaseDatabaseIntrospection.get_relations().shankarj672020-03-061-0/+5
* Fixed #31333 -- Added BaseDatabaseIntrospection.get_table_description().aryan2020-03-041-0/+5
* Added tests for BaseDatabaseIntrospection's stub methods.Mariusz Felisiak2020-03-041-0/+32
* Fixed backends tests on Oracle.Mariusz Felisiak2020-02-241-8/+8
* Fixed tests when run in reverse.Mariusz Felisiak2020-02-191-3/+3
* Fixed #31271 -- Preserved ordering when unifying query parameters on Oracle.Mariusz Felisiak2020-02-181-0/+4
* Fixed #31228 -- Reallowed aggregates to be used with multiple expressions and...Taoup2020-02-181-0/+9
* Fixed #26552 -- Deferred constraint checks when reloading the database with d...Matthijs Kooijman2020-02-142-0/+29
* Fixed #31233 -- Closed database connections and cursors after use.Jon Dufresne2020-02-063-19/+30
* Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().Jon Dufresne2020-02-061-9/+21
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-046-16/+9
* Refs #31117 -- Made various tests properly handle unexpected databases aliases.Matthijs Kooijman2020-01-201-2/+6
* Fixed #31117 -- Isolated backends.base.test_creation.TestDbCreationTests.Matthijs Kooijman2020-01-201-8/+12
* Refs #31117 -- Moved get_connection_copy() test hook to a module level.Mariusz Felisiak2020-01-201-10/+12
* Refs #31117 -- Isolated backends.sqlite.test_creation.TestDbSignatureTests.Mariusz Felisiak2019-12-311-9/+7
* Fixed #30413 -- Fixed test database signature on SQLite when test database na...Farhaan Bukhsh2019-11-211-0/+18
* Fixed #25388 -- Added an option to allow disabling of migrations during test ...Jon Dufresne2019-11-201-1/+28
* Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne2019-11-071-1/+17
* Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...Johannes Hoppe2019-09-092-26/+1