django1/django
Collin Anderson 2a5d2eefc7 Fixed #33683 -- Document HttpResponseBase and allow import from django.http 2022-05-17 09:51:16 +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 #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone. 2022-05-16 06:46:53 +02:00
core Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool. 2022-05-16 06:17:40 +02:00
db Refs #27064 -- Made migrations generate RenameIndex operations when moving indexes from index_together to Meta.indexes. 2022-05-17 07:21:36 +02:00
dispatch Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms Fixed #32559 -- Added 'step_size’ to numeric form fields. 2022-05-12 14:16:52 +02:00
http Fixed #33683 -- Document HttpResponseBase and allow import from django.http 2022-05-17 09:51:16 +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 Made closing in connection handlers more DRY. 2022-05-12 15:13:51 +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 Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00