django1/django/db
Mariusz Felisiak b64db05b9c
Removed unnecessary WhereNode.is_summary.
Unnecessary since its introduction in 1df89a60c5.
2021-08-09 19:23:29 +02:00
..
backends Optimized BaseDatabaseSchemaEditor._effective_default() a bit, 2021-07-28 08:12:01 +02:00
migrations Fixed typos in migrations tests, comments, and error message. 2021-08-04 09:28:23 +02:00
models Removed unnecessary WhereNode.is_summary. 2021-08-09 19:23:29 +02:00
__init__.py Fixed #32233 -- Cleaned-up duplicate connection functionality. 2020-12-08 08:55:44 +01:00
transaction.py Fixed #32220 -- Added durable argument to transaction.atomic(). 2020-11-27 21:43:15 +01:00
utils.py Refs #25175 -- Removed postgresql_psycopg2 in django.db.utils.load_backend(). 2021-01-06 20:15:14 +01:00