Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplified imports from django.db and django.contrib.gis.db. | Nick Pope | 2020-02-04 | 1 | -2/+1 |
| | |||||
* | Fixed #28792 -- Fixed index name truncation of namespaced tables. | Simon Charette | 2017-11-14 | 1 | -1/+9 |
| | | | | | | Refs #27458, #27843. Thanks Tim and Mariusz for the review. | ||||
* | Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle. | Mariusz Felisiak | 2017-08-12 | 1 | -3/+15 |
| | | | | Thanks Shai Berger, Tim Graham and Aymeric Augustin for reviews and Renbi Yu for the initial patch. | ||||
* | Refs #23766 -- Added tests for CursorWrapper.callproc(). | Mariusz Felisiak | 2017-08-08 | 1 | -1/+26 |
| | | | Thanks Tim Graham for the review. | ||||
* | Reorganized backends tests. | Mariusz Felisiak | 2017-06-21 | 1 | -27/+32 |
| | |||||
* | Added test for reraising backend-specific database exceptions. | Mariusz Felisiak | 2017-04-25 | 1 | -2/+18 |
| | |||||
* | Fixed #27843 -- Fixed truncate_name() when the name contains a username. | Mariusz Felisiak | 2017-02-17 | 1 | -0/+4 |
| | |||||
* | Added tests for db.backends.utils.truncate_name(). | Mariusz Felisiak | 2017-02-16 | 1 | -0/+7 |
| | |||||
* | Tidied djang.db.utils.load_backend(). | Tim Graham | 2017-01-24 | 1 | -3/+3 |
| | | | | Removed an unneeded EnvironmentError catching and used "raise from exc" syntax. | ||||
* | Refs #23919 -- Removed six.PY2/PY3 usage | Claude Paroz | 2017-01-18 | 1 | -3/+2 |
| | | | | Thanks Tim Graham for the review. | ||||
* | Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. | Caio Ariede | 2015-08-07 | 1 | -1/+1 |
| | |||||
* | Fixed db.utils.load_backend() on non-ASCII paths. | Tim Graham | 2015-07-17 | 1 | -4/+3 |
| | |||||
* | Filtered out 'base' from database backend choices error message. | Tim Graham | 2015-07-15 | 1 | -0/+17 |