1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/django
2023-01-24 10:20:27 +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 #34278 -- Made translatable string plural-aware in SelectFilter2.js. 2023-01-23 06:08:41 +01:00
core Refs #34233 -- Used @functools.cache. 2023-01-18 19:23:18 +01:00
db Fixed #34227 -- Fixed QuerySet.select_related() with multi-level FilteredRelation. 2023-01-24 10:20:27 +01:00
dispatch Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms Refs #32528 -- Simplified Media.merge(). 2023-01-19 06:33:39 +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 Fixed #34272 -- Fixed floatformat crash on zero with trailing zeros to zero decimal places. 2023-01-19 10:15:40 +01:00
templatetags Refs #34233 -- Used str.removeprefix()/removesuffix(). 2023-01-18 19:11:18 +01:00
test Refs #34233 -- Used str.removeprefix()/removesuffix(). 2023-01-18 19:11:18 +01:00
urls Refs #34233 -- Used @functools.cache. 2023-01-18 19:23:18 +01:00
utils Fixed #32528 -- Replaced django.utils.topological_sort with graphlib.TopologicalSort(). 2023-01-19 06:31:40 +01:00
views Refs #33263 -- Removed warning in BaseDeleteView when delete() method is overridden. 2023-01-17 11:49:15 +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