django/django
David Smith eec7e9ba89 Refs #32819 -- Established relationship between form fieldsets and their help text.
This adds aria-describedby for widgets rendered in a fieldset such as
radios. aria-describedby for these widgets is added to the <fieldset>
element rather than each <input>.
2023-11-17 08:12:36 +01:00
..
apps Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache. 2023-06-30 08:27:15 +02:00
conf Updated source translation catalogs. 2023-09-18 19:07:45 -03:00
contrib Fixed #34919 -- Added scope attribute to admindocs model templates. 2023-11-14 05:34:56 +01:00
core Fixed #34952 -- Copied dir list when processing locale folders to avoid missing entries during os.walk traversal. 2023-11-13 14:03:48 -03:00
db Refs #34944 -- Propagated system checks for GeneratedField.output_field. 2023-11-14 20:22:07 +01:00
dispatch Fixed #32172 -- Adapted signals to allow async handlers. 2023-03-07 08:39:25 +01:00
forms Refs #32819 -- Established relationship between form fieldsets and their help text. 2023-11-17 08:12:36 +01:00
http Fixed #34709 -- Raised BadRequest for non-UTF-8 requests with the application/x-www-form-urlencoded content type. 2023-08-25 21:27:22 +02:00
middleware Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n patterns are used. 2023-05-02 06:04:18 +02:00
template Fixed #10941 -- Added {% query_string %} template tag. 2023-10-26 09:57:21 +02:00
templatetags Refs #34233 -- Used str.removeprefix()/removesuffix(). 2023-01-18 19:11:18 +01:00
test Fixed #32106 -- Preserved HTTP_HOST in test Client when following redirects. 2023-10-31 05:29:43 +01:00
urls Refs #34691 -- Optimized system check for unmatched angle brackets in path(). 2023-07-11 22:45:31 +02:00
utils Fixed #34899 -- Added blank choice to forms' callable choices lazily. 2023-10-23 13:44:23 -03:00
views Reverted "Fixed #34830 -- Added request to csrf_failure view's template context." 2023-11-08 08:50:55 -03:00
__init__.py Bumped version; main is now 5.1 pre-alpha. 2023-09-18 22:12:40 +02:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed #34714 -- Added aget_object_or_404()/aget_list_or_404() shortcuts. 2023-07-24 07:37:54 +02:00