.. |
apps
|
Fixed #32285 -- Raised ImproperlyConfigured when AppConfig.label is not a valid Python identifier.
|
2020-12-22 13:26:30 +01:00 |
conf
|
Fixed #32394 -- Changed project template settings to use relative STATIC_URL.
|
2021-02-06 13:34:00 +01:00 |
contrib
|
Refs #23919 -- Removed unneeded AttributeError catching in collectstatic's link_file().
|
2021-03-01 10:54:02 +01:00 |
core
|
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
|
2021-02-10 10:20:54 +01:00 |
db
|
Fixed #22640 -- Raised TypeError when instantiating model with keyword and positional args for the same field.
|
2021-03-01 20:26:39 +01:00 |
dispatch
|
Refs #31327 -- Removed providing_args argument for Signal per deprecation timeline.
|
2021-01-14 17:50:04 +01:00 |
forms
|
Improved performance of django.forms.ChoiceWidget.optgroups().
|
2021-01-27 21:10:11 +01:00 |
http
|
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
|
2021-02-10 10:20:54 +01:00 |
middleware
|
Refs #26601 -- Made get_response argument required and don't accept None in middleware classes.
|
2021-01-14 17:50:04 +01:00 |
template
|
Refs #24121 -- Added __repr__() to URLNode.
|
2021-03-02 12:24:49 +01:00 |
templatetags
|
Fixed #18995 -- Made blocktranslate tag raise TemplateSyntaxError when plural count is not a number.
|
2020-09-29 08:03:51 +02:00 |
test
|
Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.
|
2021-03-02 20:35:33 +01:00 |
urls
|
Fixed #32345 -- Fixed preserving encoded query strings in set_language() view.
|
2021-01-29 11:58:43 +01:00 |
utils
|
Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.
|
2021-03-02 20:35:33 +01:00 |
views
|
Fixed #32480 -- Corrected docstring and removed redundant comments in django/views/defaults.py.
|
2021-02-24 21:32:37 +01:00 |
__init__.py
|
Bumped version; master is now 4.0 pre-alpha.
|
2021-01-14 17:50:04 +01:00 |
__main__.py
|
…
|
|
shortcuts.py
|
Made small readability improvements.
|
2020-10-28 20:20:20 +01:00 |