django/django
Howard Cox cd413bd78a Fixed #34621 -- Made admin site header render in <div> tag.
This was problematic for screen reader users because they use headings
to navigate. Having two <h1> is confusing, and the one in the header
wasn’t particularly helpful since it’s the same on all pages.
2023-06-05 11:55:06 +02:00
..
apps Refs #34233 -- Used @functools.cache. 2023-01-18 19:23:18 +01:00
conf Added Irish locale formats. 2023-04-19 19:32:32 +02:00
contrib Fixed #34621 -- Made admin site header render in <div> tag. 2023-06-05 11:55:06 +02:00
core Fixed #34620 -- Fixed serialization crash on m2m fields without natural keys when base querysets use select_related(). 2023-06-04 20:49:07 +02:00
db Fixed #34612 -- Fixed QuerySet.only() crash on reverse relationships. 2023-06-01 19:50:47 +01:00
dispatch Fixed #32172 -- Adapted signals to allow async handlers. 2023-03-07 08:39:25 +01:00
forms Refs #32339 -- Fixed super() call in deprecated renderers. 2023-05-17 11:11:43 -03:00
http Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subclasses." 2023-04-12 18:52:43 +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 #34577 -- Added escapeseq template filter. 2023-05-22 09:58:03 +02:00
templatetags Refs #34233 -- Used str.removeprefix()/removesuffix(). 2023-01-18 19:11:18 +01:00
test Fixed #32172 -- Adapted signals to allow async handlers. 2023-03-07 08:39:25 +01:00
urls Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n patterns are used. 2023-05-02 06:04:18 +02:00
utils Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n patterns are used. 2023-05-02 06:04:18 +02:00
views Optimized @condition decorator a bit. 2023-05-26 12:16:26 +02:00
__init__.py Bumped version; master is now 5.0 pre-alpha. 2023-01-17 11:49:15 +01: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