django/django
Mariusz Felisiak 4593bc5da1
Refs #33879 -- Fixed plural value deprecation warnings.
Plural value must be an integer.

Regression in 8d67e16493.
2023-01-11 12:49:12 +01:00
..
apps Rewrote some references to "master". 2022-03-08 14:50:06 +01:00
conf Refs #26029 -- Added LazySettings._show_deprecation_warning() hook. 2023-01-11 09:02:01 +01:00
contrib Refs #31014 -- Added FromWKB and FromWKT GIS database functions. 2023-01-10 11:51:09 +01:00
core Fixed #34110 -- Added in-memory file storage. 2023-01-10 10:56:59 +01:00
db Refs #30240 -- Fixed argument name for MySQLSHA2Mixin.as_mysql() and PostgreSQLSHAMixin.as_postgresql() methods. 2023-01-09 13:23:08 +01:00
dispatch Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms Fixed #34119 -- Prevented callable default hidden widget value from being overridden. 2022-11-18 13:12:15 +01:00
http Fixed #33735 -- Added async support to StreamingHttpResponse. 2022-12-22 10:41:12 +01:00
middleware Fixed #33735 -- Added async support to StreamingHttpResponse. 2022-12-22 10:41:12 +01:00
template Fixed #34220 -- Moved csrf_input_lazy, csrf_token_lazy imports to the toplevel. 2023-01-06 14:18:29 +01:00
templatetags Used more augmented assignment statements. 2022-10-31 12:30:13 +01:00
test Refs #33865 -- Improved implementation of FakePayload. 2023-01-05 19:25:25 +01:00
urls Used more augmented assignment statements. 2022-10-31 12:30:13 +01:00
utils Refs #33879 -- Fixed plural value deprecation warnings. 2023-01-11 12:49:12 +01:00
views Refs #34118 -- Adopted asgiref coroutine detection shims. 2022-12-20 11:10:48 +01: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