django/django
Mariusz Felisiak 1b823b8f18 Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion crash on Oracle when using more than 65535 parameters.
Thanks Tim Graham for the review.
2017-10-05 18:52:37 +02:00
..
apps Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
bin Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs." 2017-03-07 10:10:32 -05:00
conf Updated translation catalogs 2017-09-24 13:54:54 +02:00
contrib Fixed #28490 -- Removed unused code in admin.E108 check. 2017-10-02 13:04:42 -04:00
core Refs #23919 -- Removed unneeded float()/int() calls. 2017-10-02 08:49:26 -04:00
db Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion crash on Oracle when using more than 65535 parameters. 2017-10-05 18:52:37 +02:00
dispatch Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257. 2017-02-20 19:57:33 -05:00
forms Refs #15667 -- Removed support for Widget.render() methods without the renderer argument. 2017-09-22 12:51:18 -04:00
http Fixed #27857 -- Dropped support for Python 3.4. 2017-09-25 17:11:03 -04:00
middleware Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline. 2017-09-22 12:51:18 -04:00
template Refs #27546 -- Replaced hardcoded class name in ForNode.__repr__(). 2017-10-05 11:23:35 -04:00
templatetags Avoided creating temporary lists for obtaining the first item. 2017-07-31 11:02:23 -04:00
test Refs #27857 -- Replaced json.loads() ValueError exception catching with JSONDecodeError. 2017-09-25 17:11:06 -04:00
urls Refs #27025, #28593 -- Fixed "invalid escape sequence" warnings in urls/resolvers.py. 2017-09-30 20:33:07 -04:00
utils Fixed #28642 -- Added caching to parse_accept_lang_header(). 2017-10-02 14:07:28 -04:00
views Fixed #28508 -- Set the foreground color to black in CSRF and 404 error templates. 2017-09-21 10:23:23 -04:00
__init__.py Bumped version; master is now 2.1 pre-alpha. 2017-09-22 12:51:17 -04:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Added missing punctuation in django/shortcuts.py docstring. 2017-09-28 14:39:54 -04:00