| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-15 | [2.0.x] Fixed #28792 -- Fixed index name truncation of namespaced tables. | Simon Charette | |
| Refs #27458, #27843. Thanks Tim and Mariusz for the review. Backport of ee85ef8315db839e5723dea19d8b971420a2ebb4 from master | |||
| 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 | |
