summaryrefslogtreecommitdiff
path: root/tests/db_utils
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-2/+8
* Added backward compatibility test for ConnectionHandler.databases property.Nick Pope2022-05-131-0/+8
* Moved ensure_defaults() and prepare_test_settings() logic to ConnectionHandle...Florian Apolloner2022-03-171-20/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-23/+28
* Fixed #32233 -- Cleaned-up duplicate connection functionality.Florian Apolloner2020-12-081-6/+5
* Refs #32233 -- Added tests for nonexistent cache and databases aliases.Mariusz Felisiak2020-12-081-1/+27
* Fixed #32197 -- Improved error message when loading a database backend fails.Hasan Ramezani2020-11-161-2/+3
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-2/+2
* Fixed #30071 -- Fixed error message when a 'default' database isn't provided.Benjy Weinberger2019-01-091-0/+7
* Fixed #30087 -- Tested error handling for empty 'default' database.Benjy Weinberger2019-01-091-2/+12
* Added __init__.py for db_utils tests.Tim Graham2019-01-021-0/+0
* Fixed #28853 -- Updated connection.cursor() uses to use a context manager.Jon Dufresne2017-11-281-4/+4
* Reorganized backends tests.Mariusz Felisiak2017-06-211-0/+49