django1/django
Baptiste Mispelon 3d7ac6420c
Simplified @stringfilter decorator and Library with unwrap().
Nowadays we can use inspect.unwrap() to retrieve the innermost function
object when needed, and most of the uses of _decorated_function were to
access the original __name__ which is not needed because
@functools.wraps sets that attribute correctly.
2022-01-10 08:31:43 +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. 2021-12-06 20:31:03 +01:00
contrib Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate. 2022-01-07 12:25:06 +01:00
core Refs #32355 -- Removed unnecessary list() calls before reversed() on dictviews. 2022-01-07 16:29:15 +01:00
db Fixed #33216 -- Simpilified deconstructed paths for some expressions. 2022-01-07 11:19:29 +01:00
dispatch Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert" in various code. 2021-06-25 06:55:47 +02:00
forms Fixed #33419 -- Restored marking forms.Field.help_text as HTML safe. 2022-01-07 15:35:31 +01:00
http Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate. 2022-01-07 12:25:06 +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 Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate. 2022-01-07 12:25:06 +01:00
urls Fixed #33351 -- Made path()/re_path() raise TypeError when kwargs argument is not a dict. 2021-12-13 08:09:28 +01:00
utils Refs #32355 -- Removed unnecessary list() calls before reversed() on dictviews. 2022-01-07 16:29:15 +01:00
views Fixed #33425 -- Fixed view name for CBVs on technical 404 debug page. 2022-01-08 13:05:55 +01:00
__init__.py Bumped version; main is now 4.1 pre-alpha. 2021-09-20 21:23:01 +02:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Refs #32956 -- Changed docs to treat the acronym HTTP phonetically. 2021-10-18 21:00:28 +02:00