1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/django
Tommy Allen c635decb00
Fixed #35942 -- Fixed createsuperuser crash on Python 3.13+ when username is unavailable.
Thanks Mariusz Felisiak and Jacob Tyler Walls for reviews.
2024-11-26 17:15:00 -03:00
..
apps
conf Updated translations from Transifex. 2024-10-07 17:37:36 -03:00
contrib Fixed #35942 -- Fixed createsuperuser crash on Python 3.13+ when username is unavailable. 2024-11-26 17:15:00 -03:00
core Refs #21286 -- Fixed YAML serialization of TimeField primary key. 2024-11-12 13:23:14 +01:00
db Fixed #35882 -- Made migration questioner loop on all errors. 2024-11-18 15:15:44 +01:00
dispatch
forms Fixed #35913 -- Prevented formset name suffix 'FormFormSet'. 2024-11-20 11:36:33 +01:00
http Fixed #35784 -- Added support for preserving the HTTP request method in HttpResponseRedirectBase. 2024-11-14 15:53:49 -03:00
middleware Removed unneeded hyphens in "counterintuitive". 2024-07-04 08:30:19 +02:00
template Fixed #35535 -- Added template tag decorator simple_block_tag(). 2024-11-19 14:35:02 -03:00
templatetags
test Fixed #35849 -- Made ParallelTestSuite report correct error location. 2024-11-06 17:14:41 +01: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
__main__.py
shortcuts.py Fixed #35784 -- Added support for preserving the HTTP request method in HttpResponseRedirectBase. 2024-11-14 15:53:49 -03:00