django1/django
Ronnie van den Crommenacker c32858a8ce Fixed #33565 -- Improved locale format validation for the makemessages command. 2022-06-08 16:17:12 +02:00
..
apps Rewrote some references to "master". 2022-03-08 14:50:06 +01:00
conf Updated source translation catalogs. 2022-05-17 14:17:07 +02:00
contrib Fixed #33764 -- Deprecated BaseUserManager.make_random_password(). 2022-06-03 07:30:57 +02:00
core Fixed #33565 -- Improved locale format validation for the makemessages command. 2022-06-08 16:17:12 +02:00
db Fixed #31788 -- Fixed migration optimization after altering field to ManyToManyField. 2022-06-02 12:10:27 +02:00
dispatch Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms Fixed documentation of Widget.id_for_label() empty return value. 2022-06-03 12:19:47 +02:00
http Refs #33697 -- Made MultiPartParser use django.utils.http.parse_header_parameters() for parsing Content-Type header. 2022-06-03 21:37:29 +02:00
middleware Fixed #33700 -- Skipped extra resolution for successful requests not ending with /. 2022-06-02 15:15:04 +02:00
template Normalized imports of functools.wraps. 2022-05-25 10:58:28 +02:00
templatetags Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
test Fixed #33719 -- Fixed test command crash when running in parallel. 2022-05-19 10:20:51 +02:00
urls Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs. 2022-05-17 10:50:09 +02:00
utils Fixed #33748 -- Fixed date template filter crash with lazy format. 2022-05-31 06:09:39 +02:00
views Normalized decorator style for functools.wraps. 2022-05-25 10:58:48 +02:00
__init__.py Bumped version; main is now 4.2 pre-alpha. 2022-05-17 14:22:06 +02:00
__main__.py
shortcuts.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00