django1/django/contrib
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
..
admin [4.0.x] Updated translations from Transifex. 2022-01-29 18:59:17 +01:00
admindocs [4.0.x] Updated translations from Transifex. 2022-01-29 18:59:17 +01:00
auth [4.0.x] Refs #33476 -- Refactored problematic code before reformatting by Black. 2022-02-03 11:38:46 +01:00
contenttypes [4.0.x] Updated translations from Transifex. 2022-01-29 18:59:17 +01:00
flatpages [4.0.x] Updated translations from Transifex. 2022-01-29 18:59:17 +01:00
gis [4.0.x] Refs #33476 -- Refactored problematic code before reformatting by Black. 2022-02-03 11:38:46 +01:00
humanize [4.0.x] Updated translations from Transifex. 2022-01-29 18:59:17 +01:00
messages Refs #24121 -- Added __repr__() to ChangeList and BaseStorage. 2021-06-07 06:31:50 +02:00
postgres [4.0.x] Updated translations from Transifex. 2022-01-29 18:59:17 +01:00
redirects [4.0.x] Updated translations from Transifex. 2022-01-29 18:59:17 +01:00
sessions [4.0.x] Updated translations from Transifex. 2022-01-29 18:59:17 +01:00
sitemaps Fixed #32375 -- Started deprecation toward changing the default sitemap protocol to https. 2021-05-21 11:00:54 +02:00
sites [4.0.x] Updated translations from Transifex. 2021-12-06 20:29:53 +01:00
staticfiles [4.0.x] Refs #33476 -- Refactored problematic code before reformatting by Black. 2022-02-03 11:38:46 +01:00
syndication Fixed #32366 -- Updated datetime module usage to recommended approach. 2021-05-12 11:08:41 +02:00
__init__.py