django1/django
Carlton Gibson 34e2148fc7 Refs #33173 -- Removed use of deprecated cgi module.
https://peps.python.org/pep-0594/#cgi
2022-05-11 14:06:31 +02:00
..
apps Rewrote some references to "master". 2022-03-08 14:50:06 +01:00
conf Fixed #33661 -- Corrected Catalan date-format localization. 2022-04-28 15:12:15 +02:00
contrib Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher. 2022-05-11 09:13:45 +02:00
core Refs #33173 -- Removed use of deprecated cgi module. 2022-05-11 14:06:31 +02:00
db Fixed #30581 -- Added support for Meta.constraints validation. 2022-05-10 11:22:23 +02:00
dispatch Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms Fixed #33622 -- Allowed customizing error messages for invalid number of forms. 2022-05-10 13:42:31 +02:00
http Refs #33173 -- Removed use of deprecated cgi module. 2022-05-11 14:06:31 +02:00
middleware Refs #30426 -- Updated XFrameOptionsMiddleware docstring. 2022-04-29 21:17:27 +02:00
template Fixed #33639 -- Enabled cached template loader in development. 2022-04-19 12:13:27 +02:00
templatetags Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
test Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors() to take form/formset. 2022-04-06 07:58:52 +02:00
urls Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs. 2022-03-29 10:27:40 +02:00
utils Refs #33173 -- Removed use of deprecated cgi module. 2022-05-11 14:06:31 +02:00
views Fixed #33611 -- Allowed View subclasses to define async method handlers. 2022-04-07 07:05:59 +02:00
__init__.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
__main__.py
shortcuts.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00