1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/django
2022-01-31 11:33:24 +01:00
..
apps Fixed #33366 -- Fixed case handling with swappable setting detection in migrations autodetector. 2021-12-17 07:46:58 +01:00
conf Updated translations from Transifex. 2022-01-29 19:01:15 +01:00
contrib Updated translations from Transifex. 2022-01-29 19:01:15 +01:00
core Fixed #26760 -- Added --prune option to migrate command. 2022-01-21 17:10:31 +01:00
db Fixed #33468 -- Fixed QuerySet.aggregate() after annotate() crash on aggregates with default. 2022-01-31 11:33:24 +01:00
dispatch
forms Fixed #26142 -- Allowed model formsets to prevent new object creation. 2022-01-27 20:45:21 +01:00
http Fixed #33062 -- Made MultiPartParser remove non-printable chars from file names. 2022-01-20 07:19:52 +01:00
middleware Refs #32800 -- Renamed _sanitize_token() to _check_token_format(). 2021-11-29 10:48:31 +01:00
template Simplified @stringfilter decorator and Library with unwrap(). 2022-01-10 08:31:43 +01:00
templatetags Avoided isinstance(…, Variable) calls in FilterExpression.resolve(). 2022-01-07 10:29:22 +01:00
test Refs #20349 -- Avoided loading testing libraries when not needed. 2022-01-25 11:41:01 +01:00
urls Fixed #33426 -- Fixed ResolverMatch.__repr_() for class-based views. 2022-01-10 17:30:41 +01:00
utils Fixed #33465 -- Added empty __slots__ to SafeString and SafeData. 2022-01-29 13:50:34 +01:00
views Fixed #33461 -- Escaped template errors in the technical 500 debug page. 2022-01-28 07:07:12 +01:00
__init__.py
__main__.py
shortcuts.py Refs #32956 -- Changed docs to treat the acronym HTTP phonetically. 2021-10-18 21:00:28 +02:00