summaryrefslogtreecommitdiff
path: root/tests/backends
AgeCommit message (Expand)Author
2021-11-12[4.0.x] Fixed #33279 -- Fixed handling time zones with "-" sign in names.Can Sarigol
2021-10-18[4.0.x] Fixed #33194 -- Fixed migrations when altering a field with functiona...Hannes Ljungberg
2021-10-01[4.0.x] Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on...Daniel Hahler
2021-08-20Fixed #33017 -- Fixed storage engine introspection on MySQL.Matjaz Gregoric
2021-07-07Used more specific unittest assertions in tests.Mads Jensen
2021-07-05Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert".Mateo Radman
2021-07-02Fixed #30934 -- Included database alias in django.db.backends log messages.Nick Pope
2021-04-30Fixed #32653 -- Made quoting names in the Oracle backend consistent with db_t...Mariusz Felisiak
2021-04-27Fixed #32687 -- Restored passing process’ environment to underlying tool in...Konstantin Alekseev
2021-03-30Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.Mariusz Felisiak
2021-03-30Refs #32595 -- Added MySQL's SchemaEditor.quote_value() tests for values with...Mariusz Felisiak
2021-03-25Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ...Girish Sontakke
2021-03-24Optimized FkConstraintsTests.test_check_constraints by specifying a database ...Mariusz Felisiak
2021-02-02Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' da...Mariusz Felisiak
2021-01-20Fixed #32292 -- Added support for connection by service name to PostgreSQL.Hasan Ramezani
2021-01-14Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak
2021-01-13Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg
2020-12-30Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.Mariusz Felisiak
2020-12-28Fixed #32158 -- Fixed loaddata crash on SQLite when table/column names are SQ...Chinmoy Chakraborty
2020-12-11Refs #32178 -- Fixed test_mark_expected_failures_and_skips_call teardown.Tim Graham
2020-12-10Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani
2020-11-25Fixed #32224 -- Avoided suppressing connection errors in supports_json_field ...Mariusz Felisiak
2020-11-11Fixed #31762 -- Made reloading the database for tests use the base manager.Hasan Ramezani
2020-10-29Refs #32061 -- Unified DatabaseClient.runshell() in db backends.Simon Charette
2020-10-28Made small readability improvements.Martin Thoma
2020-09-23Fixed #32012 -- Made test database creation sync apps models when migrations ...Mariusz Felisiak
2020-09-13Corrected tests.backends.sqlite.tests.Tests.test_aggregation()'s docstring.Mariusz Felisiak
2020-08-28Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...Mariusz Felisiak
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-07-20Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...Mariusz Felisiak
2020-06-30Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.Sergey Fedoseev
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-05-06Fixed a/an typos in "SQL" usage.Adam Johnson
2020-04-21Fixed backends.oracle.test_operations.Mariusz Felisiak
2020-04-21Fixed #31479 -- Added support to reset sequences on SQLite.Jon Dufresne
2020-04-20Capitalized Unicode in docs, strings, and comments.Jon Dufresne
2020-04-20Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...Jon Dufresne
2020-04-18Simplified LongNameTest.test_sequence_name_length_limits_flush() with execute...Jon Dufresne
2020-04-17Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...Jon Dufresne
2020-04-17Added test coverage for DatabaseOperations.sql_flush().Jon Dufresne
2020-04-08Fixed typo in tests/backends/base/test_operations.py.Mariusz Felisiak
2020-04-02Refs #31051 -- Fixed reloading the database with circular related objects and...Matthijs Kooijman
2020-04-02Refs #26552 -- Added test for reloading the database with self-referential ob...Matthijs Kooijman
2020-03-06Fixed #31345 -- Added BaseDatabaseIntrospection.get_relations().shankarj67
2020-03-04Fixed #31333 -- Added BaseDatabaseIntrospection.get_table_description().aryan
2020-03-04Added tests for BaseDatabaseIntrospection's stub methods.Mariusz Felisiak
2020-02-24Fixed backends tests on Oracle.Mariusz Felisiak
2020-02-19Fixed tests when run in reverse.Mariusz Felisiak
2020-02-18Fixed #31271 -- Preserved ordering when unifying query parameters on Oracle.Mariusz Felisiak