| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-26 | Applied Black's 2024 stable style. | Mariusz Felisiak | |
| https://github.com/psf/black/releases/tag/24.1.0 | |||
| 2022-12-15 | Fixed #33308 -- Added support for psycopg version 3. | Daniele Varrazzo | |
| Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews. Co-authored-by: Florian Apolloner <florian@apolloner.eu> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2022-05-13 | Added backward compatibility test for ConnectionHandler.databases property. | Nick Pope | |
| The ConnectionHandler.databases property is no longer used within Django, but it is maintained for backward compatibility with 3rd party packages that have used this private API in the past. | |||
| 2022-03-17 | Moved ensure_defaults() and prepare_test_settings() logic to ↵ | Florian Apolloner | |
| ConnectionHandler.configure_settings(). | |||
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2020-12-08 | Fixed #32233 -- Cleaned-up duplicate connection functionality. | Florian Apolloner | |
| 2020-12-08 | Refs #32233 -- Added tests for nonexistent cache and databases aliases. | Mariusz Felisiak | |
| 2020-11-16 | Fixed #32197 -- Improved error message when loading a database backend fails. | Hasan Ramezani | |
| 2020-02-04 | Simplified imports from django.db and django.contrib.gis.db. | Nick Pope | |
| 2019-01-09 | Fixed #30071 -- Fixed error message when a 'default' database isn't provided. | Benjy Weinberger | |
| 2019-01-09 | Fixed #30087 -- Tested error handling for empty 'default' database. | Benjy Weinberger | |
| 2019-01-02 | Added __init__.py for db_utils tests. | Tim Graham | |
| 2017-11-28 | Fixed #28853 -- Updated connection.cursor() uses to use a context manager. | Jon Dufresne | |
| 2017-06-21 | Reorganized backends tests. | Mariusz Felisiak | |
