1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/django
2023-02-07 07:01:10 +01:00
..
apps Refs #34233 -- Used @functools.cache. 2023-01-18 19:23:18 +01:00
conf Refs #34233 -- Used @functools.cache. 2023-01-18 19:23:18 +01:00
contrib Fixed #34301 -- Made admin's submit_row check add permission for "Save as new" button. 2023-02-07 07:01:10 +01:00
core Fixed #34259 -- Passed called_from_command_line to command subparsers. 2023-02-03 06:56:57 +01:00
db Made PostgreSQL's SchemaEditor._create_index_sql() respect the "sql" argument. 2023-02-06 10:41:08 +01:00
dispatch Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
http Refs #34233 -- Used str.removeprefix()/removesuffix(). 2023-01-18 19:11:18 +01:00
middleware Refs #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecation timeline. 2023-01-17 11:49:15 +01:00
template Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
templatetags Refs #34233 -- Used str.removeprefix()/removesuffix(). 2023-01-18 19:11:18 +01:00
test Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
urls Refs #34233 -- Used @functools.cache. 2023-01-18 19:23:18 +01:00
utils Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
views Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
__init__.py Bumped version; master is now 5.0 pre-alpha. 2023-01-17 11:49:15 +01:00
__main__.py
shortcuts.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00