django1/django/db
Mariusz Felisiak fc48047586
Refs #28876 -- Fixed incorrect foreign key constraint name for models with quoted db_table.
Thanks Simon Charette and Tim Graham for the review and Carlos E. C.
Leite for the report.
2017-12-05 21:11:20 +01:00
..
backends Refs #28876 -- Fixed incorrect foreign key constraint name for models with quoted db_table. 2017-12-05 21:11:20 +01:00
migrations Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
models Refs #28876 -- Fixed incorrect class-based model index name generation for models with quoted db_table. 2017-12-05 21:05:10 +01:00
__init__.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
transaction.py Fix a typo in django/db/transaction.py 2017-04-19 16:36:06 +02:00
utils.py Refs #23919 -- Used "raise from" instead of __cause__ in reraising backend-specific database exceptions. 2017-04-25 08:29:54 +02:00