django/django
SirAbhi13 b8738aea14 Fixed #33199 -- Deprecated passing positional arguments to Signer/TimestampSigner.
Thanks Jacob Walls for the implementation idea.
2022-12-09 12:44:48 +01:00
..
apps Rewrote some references to "master". 2022-03-08 14:50:06 +01:00
conf Added Central Kurdish (Sorani) language. 2022-08-30 11:56:11 +02:00
contrib Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage. 2022-12-07 10:56:00 +01:00
core Fixed #33199 -- Deprecated passing positional arguments to Signer/TimestampSigner. 2022-12-09 12:44:48 +01:00
db Made inspectdb used Cursor.description.display_size for CharFields' max_length. 2022-12-08 09:00:35 +01:00
dispatch Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms Fixed #34119 -- Prevented callable default hidden widget value from being overridden. 2022-11-18 13:12:15 +01:00
http Fixed #34194 -- Added django.utils.http.content_disposition_header(). 2022-12-05 13:08:00 +01:00
middleware Fixed #34074 -- Added headers argument to RequestFactory and Client classes. 2022-11-14 10:21:51 +01:00
template Fixed #34098 -- Fixed loss of precision for Decimal values in floatformat filter. 2022-10-24 12:59:34 +02:00
templatetags Used more augmented assignment statements. 2022-10-31 12:30:13 +01:00
test Fixed #29062 -- Prevented possibility of database lock when using LiveServerTestCase with in-memory SQLite database. 2022-11-24 10:52:48 +01:00
urls Used more augmented assignment statements. 2022-10-31 12:30:13 +01:00
utils Fixed #34194 -- Added django.utils.http.content_disposition_header(). 2022-12-05 13:08:00 +01:00
views Fixed #33701 -- Added fine-grained error locations to the technical 500 debug page. 2022-11-29 08:40:11 +01:00
__init__.py Bumped version; main is now 4.2 pre-alpha. 2022-05-17 14:22:06 +02: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