1
0
mirror of https://github.com/django/django.git synced 2025-01-08 17:37:20 +00:00
django/django
2023-12-28 10:20:47 +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 translations from Transifex. 2023-12-04 09:57:14 -03:00
contrib Fixed #35065 -- Corrected border color for autocomplete fields with errors in admin. 2023-12-28 10:20:47 +01:00
core Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable(). 2023-11-24 12:06:29 +01:00
db Fixed #35050 -- Fixed prefixing field names in FilteredRelation(). 2023-12-23 17:35:13 +01:00
dispatch
forms Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting. 2023-11-28 20:04:21 +01:00
http Fixed #34968 -- Made multipart parsing of headers raise an error on too long headers. 2023-11-24 12:06:54 +01:00
middleware Fixed #34742 -- Made CommonMiddleware raise APPEND_SLASH RuntimeError on DELETE requests. 2023-12-08 05:56:36 +01:00
template Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable(). 2023-11-24 12:06:29 +01:00
templatetags
test Fixed #34658 -- Added SimpleTestCase.assertNotInHTML(). 2023-12-22 08:27:59 +01:00
urls Refs #34691 -- Optimized system check for unmatched angle brackets in path(). 2023-07-11 22:45:31 +02:00
utils Refs #34986 -- Added PyPy support to django.utils.autoreload.get_child_arguments(). 2023-11-28 06:19:38 +01:00
views Fixed #34830 -- Added request to bad_request/csrf_failure view template contexts. 2023-12-04 10:52:06 +01:00
__init__.py Bumped version; main is now 5.1 pre-alpha. 2023-09-18 22:12:40 +02:00
__main__.py
shortcuts.py Fixed #34714 -- Added aget_object_or_404()/aget_list_or_404() shortcuts. 2023-07-24 07:37:54 +02:00