0
0
mirror of https://github.com/django/django.git synced 2024-11-21 19:09:18 +01:00
django/django
2024-08-23 18:07:47 +02:00
..
apps
conf Updated translations from Transifex. 2024-08-07 10:09:42 -03:00
contrib Fixed #35686 -- Added table headers to app list tables for screen readers. 2024-08-20 09:05:16 +02:00
core Fixed #35689 -- Handled custom labels in LabelCommand.missing_args_message. 2024-08-23 17:26:28 +02:00
db Fixed #35665 -- Fixed a crash when passing an empty order_by to Window. 2024-08-13 11:26:17 +02:00
dispatch
forms Fixed #35601 -- Added TelInput widget. 2024-08-02 11:31:54 +02:00
http Fixed 35467 -- Replaced urlparse with urlsplit where appropriate. 2024-05-29 10:48:27 -03:00
middleware Removed unneeded hyphens in "counterintuitive". 2024-07-04 08:30:19 +02:00
template Fixed CVE-2024-41989 -- Prevented excessive memory consumption in floatformat. 2024-08-06 08:50:08 +02:00
templatetags
test Fixed #35622 -- Made unittest ignore Django assertions in traceback frames. 2024-08-08 21:34:01 -03:00
urls Fixed #35252 -- Optimized _route_to_regex(). 2024-03-05 13:09:10 +01:00
utils Fixed #35668 -- Added mapping support to format_html_join. 2024-08-20 08:20:34 +02:00
views Fixed #35703 -- Made technical_404_response() respect SCRIPT_NAME to return default_urlconf(). 2024-08-23 18:07:47 +02:00
__init__.py Bumped version; main is now 5.2 pre-alpha. 2024-05-22 15:44:07 -03:00
__main__.py
shortcuts.py