.. |
apps
|
5820fc4485
Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache.
|
1 year ago |
conf
|
eeb5c583f7
Updated source translation catalogs.
|
1 year ago |
contrib
|
bdf30b952c
Fixed #34919 -- Added scope attribute to admindocs model templates.
|
1 year ago |
core
|
ad41f1c53a
Fixed #34952 -- Copied dir list when processing locale folders to avoid missing entries during os.walk traversal.
|
1 year ago |
db
|
c705625ebf
Refs #34944 -- Propagated system checks for GeneratedField.output_field.
|
1 year ago |
dispatch
|
e83a88566a
Fixed #32172 -- Adapted signals to allow async handlers.
|
2 years ago |
forms
|
65c283be16
Fixed #34927 -- Fixed admin system check for inlines with foreign keys to proxy models.
|
1 year ago |
http
|
11920e7795
Fixed #34709 -- Raised BadRequest for non-UTF-8 requests with the application/x-www-form-urlencoded content type.
|
1 year ago |
middleware
|
0e444e84f8
Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n patterns are used.
|
1 year ago |
template
|
e67d3580ed
Fixed #10941 -- Added {% query_string %} template tag.
|
1 year ago |
templatetags
|
23e8868862
Refs #34233 -- Used str.removeprefix()/removesuffix().
|
2 years ago |
test
|
523fed1d2f
Fixed #32106 -- Preserved HTTP_HOST in test Client when following redirects.
|
1 year ago |
urls
|
e5e9699e0f
Refs #34691 -- Optimized system check for unmatched angle brackets in path().
|
1 year ago |
utils
|
171f91d9ef
Fixed #34899 -- Added blank choice to forms' callable choices lazily.
|
1 year ago |
views
|
5f2f12f61c
Reverted "Fixed #34830 -- Added request to csrf_failure view's template context."
|
1 year ago |
__init__.py
|
b9a25b69ae
Bumped version; main is now 5.1 pre-alpha.
|
1 year ago |
__main__.py
|
617eff41ac
Fixed #24857 -- Added "python -m django" entry point.
|
9 years ago |
shortcuts.py
|
b9473cac65
Fixed #34714 -- Added aget_object_or_404()/aget_list_or_404() shortcuts.
|
1 year ago |