django1/django
Mehrdad d4d5427571 Refs -- Used django.utils.http.parse_header_parameters() for parsing boundary streams.
This also removes unused parse_header() and _parse_header_params()
helpers in django.http.multipartparser.
2022-06-28 09:42:47 +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 -- Made admin's many-to-many widgets do not display help text for selecting values when allow_multiple_selected is False. 2022-06-28 06:04:42 +02:00
core Fixed -- Fixed system check for the same template tag module in installed apps and template tag libraries. 2022-06-23 20:22:59 +02:00
db Refs -- Made query clear ordering when ordered combined queryset is used in subquery on Oracle. 2022-06-27 06:21:31 +02:00
dispatch Refs -- 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 -- Used django.utils.http.parse_header_parameters() for parsing boundary streams. 2022-06-28 09:42:47 +02:00
middleware Fixed -- Skipped extra resolution for successful requests not ending with /. 2022-06-02 15:15:04 +02:00
template Fixed -- Fixed pickling HttpResponse and subclasses. 2022-06-20 08:51:26 +02:00
templatetags Refs -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
test Fixed -- Moved ASGI body-file cleanup into request class. 2022-06-09 11:11:45 +02:00
urls Fixed -- Moved internal URLResolver view-strings mapping to admindocs. 2022-05-17 10:50:09 +02:00
utils Refs -- Used django.utils.http.parse_header_parameters() for parsing boundary streams. 2022-06-28 09:42:47 +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 Fixed -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00