django1/django/db
Mariusz Felisiak d55a1e5809 [4.0.x] Refs #33476 -- Refactored problematic code before reformatting by Black.
In these cases Black produces unexpected results, e.g.

def make_random_password(
    self,
    length=10,
    allowed_chars='abcdefghjkmnpqrstuvwxyz' 'ABCDEFGHJKLMNPQRSTUVWXYZ' '23456789',
):

or

cursor.execute("""
SELECT ...
""",
    [table name],
)

Backport of c5cd878382 from main.
2022-02-03 11:38:46 +01:00
..
backends [4.0.x] Refs #33476 -- Refactored problematic code before reformatting by Black. 2022-02-03 11:38:46 +01:00
migrations [4.0.x] Refs #33476 -- Refactored problematic code before reformatting by Black. 2022-02-03 11:38:46 +01:00
models [4.0.x] Refs #33476 -- Refactored problematic code before reformatting by Black. 2022-02-03 11:38:46 +01: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