| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-12 | [4.0.x] Fixed #33279 -- Fixed handling time zones with "-" sign in names. | Can Sarigol | |
| Thanks yakimka for the report. Regression in fde9b7d35e4e185903cc14aa587ca870037941b1. Backport of 661316b066923493ff91d6d2aa92e463f595a6b1 from main. | |||
| 2020-02-04 | Simplified imports from django.db and django.contrib.gis.db. | Nick Pope | |
| 2017-11-14 | Fixed #28792 -- Fixed index name truncation of namespaced tables. | Simon Charette | |
| Refs #27458, #27843. Thanks Tim and Mariusz for the review. | |||
| 2017-08-12 | Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle. | Mariusz Felisiak | |
| Thanks Shai Berger, Tim Graham and Aymeric Augustin for reviews and Renbi Yu for the initial patch. | |||
| 2017-08-08 | Refs #23766 -- Added tests for CursorWrapper.callproc(). | Mariusz Felisiak | |
| Thanks Tim Graham for the review. | |||
| 2017-06-21 | Reorganized backends tests. | Mariusz Felisiak | |
| 2017-04-25 | Added test for reraising backend-specific database exceptions. | Mariusz Felisiak | |
| 2017-02-17 | Fixed #27843 -- Fixed truncate_name() when the name contains a username. | Mariusz Felisiak | |
| 2017-02-16 | Added tests for db.backends.utils.truncate_name(). | Mariusz Felisiak | |
| 2017-01-24 | Tidied djang.db.utils.load_backend(). | Tim Graham | |
| Removed an unneeded EnvironmentError catching and used "raise from exc" syntax. | |||
| 2017-01-18 | Refs #23919 -- Removed six.PY2/PY3 usage | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2015-08-07 | Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. | Caio Ariede | |
| 2015-07-17 | Fixed db.utils.load_backend() on non-ASCII paths. | Tim Graham | |
| 2015-07-15 | Filtered out 'base' from database backend choices error message. | Tim Graham | |
