1
0
mirror of https://github.com/django/django.git synced 2025-01-03 06:55:47 +00:00
django/django
2024-11-04 09:39:47 +01:00
..
apps
conf Updated translations from Transifex. 2024-10-07 17:37:36 -03:00
contrib Fixed #26001 -- Fixed non-string field exact lookups in ModelAdmin.search_fields. 2024-11-04 09:39:47 +01:00
core Refs #34900 -- Removed usage of deprecated glob.glob1(). 2024-10-28 14:10:12 +01:00
db Refs #373 -- Added TupleIn subqueries. 2024-11-04 09:20:54 +01:00
dispatch
forms Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is set. 2024-09-09 17:46:50 -03:00
http Fixed #35727 -- Added HttpResponse.text property. 2024-10-16 11:52:22 +02:00
middleware Removed unneeded hyphens in "counterintuitive". 2024-07-04 08:30:19 +02:00
template Fixed #35789 -- Improved the error message raised when the tag must be first in the template. 2024-10-10 12:21:02 +02:00
templatetags
test Refs #35727 -- Updated response.content.decode calls to use the HttpResponse.text property. 2024-10-16 11:52:22 +02:00
urls Fixed #35807 -- Mentioned async case for internal get/set urlconf helpers. 2024-10-07 11:17:10 +02:00
utils Refs #35844 -- Corrected expected error messages in commands tests on Python 3.14+. 2024-10-25 13:30:11 +02:00
views Fixed #35795 -- Added role="button" to links acting as buttons for screen readers. 2024-10-17 14:23:24 +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