django/django
2022-10-26 09:42:51 +02:00
..
apps Rewrote some references to "master". 2022-03-08 14:50:06 +01:00
conf Added Central Kurdish (Sorani) language. 2022-08-30 11:56:11 +02:00
contrib Fixed #34102 -- Limited wrapping long names to admin dashboard. 2022-10-18 12:16:31 -07:00
core Fixed #29027 -- Fixed file_move_safe() crash when moving files with SELinux. 2022-10-24 13:54:51 +02:00
db Refs #33173 -- Fixed destroying test databases when running tests in parallel using spawn on Windows. 2022-10-26 09:42:51 +02:00
dispatch Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms Fixed #19215 -- Fixed rendering ClearableFileInput when editing with invalid files. 2022-10-25 16:53:52 +02:00
http Fixed #29186 -- Fixed pickling HttpRequest and subclasses. 2022-09-14 13:04:34 +02:00
middleware Fixed #34069 -- Made LocaleMiddleware respect language from requests when i18n patterns are used. 2022-10-13 10:38:26 +02:00
template Fixed #34098 -- Fixed loss of precision for Decimal values in floatformat filter. 2022-10-24 12:59:34 +02:00
templatetags Fixed #33631 -- Marked {% blocktranslate asvar %} result as HTML safe. 2022-07-14 11:09:19 +02:00
test Fixed #34111 -- Made test runner with --debug-sql format SQL queries. 2022-10-24 08:11:30 +02:00
urls Fixed CVE-2022-41323 -- Prevented locales being interpreted as regular expressions. 2022-10-04 09:10:04 +02:00
utils Fixed #34069 -- Made LocaleMiddleware respect language from requests when i18n patterns are used. 2022-10-13 10:38:26 +02:00
views Fixed #34062 -- Updated View.http_method_not_allowed() to support async. 2022-09-29 16:28:44 +02:00
__init__.py Bumped version; main is now 4.2 pre-alpha. 2022-05-17 14:22:06 +02:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00