django1/django/contrib
Mariusz Felisiak c5cd878382
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],
)
2022-02-03 11:20:46 +01:00
..
admin Updated translations from Transifex. 2022-01-29 19:01:15 +01:00
admindocs Updated translations from Transifex. 2022-01-29 19:01:15 +01:00
auth Refs #33476 -- Refactored problematic code before reformatting by Black. 2022-02-03 11:20:46 +01:00
contenttypes Updated translations from Transifex. 2022-01-29 19:01:15 +01:00
flatpages Updated translations from Transifex. 2022-01-29 19:01:15 +01:00
gis Refs #33476 -- Refactored problematic code before reformatting by Black. 2022-02-03 11:20:46 +01:00
humanize Updated translations from Transifex. 2022-01-29 19:01:15 +01:00
messages Refs #20349 -- Avoided loading testing libraries when not needed. 2022-01-25 11:41:01 +01:00
postgres Updated translations from Transifex. 2022-01-29 19:01:15 +01:00
redirects Updated translations from Transifex. 2022-01-29 19:01:15 +01:00
sessions Updated translations from Transifex. 2022-01-29 19:01:15 +01:00
sitemaps Fixed #25916 -- Added lastmod support to sitemap index view. 2021-10-21 15:26:22 +02:00
sites Updated translations from Transifex. 2021-12-06 20:31:03 +01:00
staticfiles Refs #33476 -- Refactored problematic code before reformatting by Black. 2022-02-03 11:20:46 +01:00
syndication Fixed #32366 -- Updated datetime module usage to recommended approach. 2021-05-12 11:08:41 +02:00
__init__.py