django1/django
Claude Paroz b23216d9d0
Refs #31493 -- Replaced var with const and let in JavaScriptCatalog template.
2020-08-05 08:08:46 +02:00
..
apps Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02:00
bin
conf Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting. 2020-08-04 09:35:24 +02:00
contrib Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting. 2020-08-04 09:35:24 +02:00
core Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting. 2020-08-04 09:35:24 +02:00
db Fixed #26977 -- Made abstract models raise TypeError when instantiating. 2020-08-05 06:37:04 +02:00
dispatch
forms Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02:00
http Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpResponse.delete_cookie(). 2020-07-16 08:16:58 +02:00
middleware Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
template Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02:00
templatetags
test Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02:00
urls Removed unused param_dict return from URLResolver.resolve_error_handler(). 2020-06-22 21:28:56 +02:00
utils Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02:00
views Refs #31493 -- Replaced var with const and let in JavaScriptCatalog template. 2020-08-05 08:08:46 +02:00
__init__.py Bumped version; master is now 3.2 pre-alpha. 2020-05-13 09:07:51 +02:00
__main__.py
shortcuts.py