django1/django
Carlton Gibson ae8270d800 [2.0.x] Bumped version for 2.0.13 release. 2019-02-12 11:31:59 +01: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 [2.0.x] Updated translations from Transifex 2018-02-28 20:05:45 +01:00
contrib [2.0.x] Fixed E117 and F405 flake8 warnings. 2019-01-30 13:13:49 +01:00
core [2.0.x] Removed blank lines per isort 4.3.0. 2018-02-20 08:48:55 -05:00
db [2.0.x] Fixed E117 and F405 flake8 warnings. 2019-01-30 13:13:49 +01:00
dispatch [2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:56:33 -04:00
forms [2.0.x] Fixed #29273 -- Prevented initial selection of empty choice in multiple choice widgets. 2018-04-02 09:17:38 -04:00
http [2.0.x] Fixed django/http/request.py docstring typo. 2018-07-16 14:44:49 +02:00
middleware [2.0.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware. 2018-07-31 10:37:29 -04:00
template [2.0.x] Fixed #29617 -- Fixed Template crash if template_string is lazy. 2018-07-31 10:11:18 -04:00
templatetags Avoided creating temporary lists for obtaining the first item. 2017-07-31 11:02:23 -04:00
test [2.0.x] Fixed #28837 -- Fixed test client crash if an exception with more than one arg is raised. 2017-11-28 19:58:23 -05:00
urls [2.0.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware. 2018-07-31 10:37:29 -04:00
utils [2.0.x] Fixed #30177 -- Fixed format_number() crash with over 200 digits. 2019-02-11 13:46:03 -05:00
views [2.0.x] Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in the default 404 page. 2019-01-03 22:01:12 -05:00
__init__.py [2.0.x] Bumped version for 2.0.13 release. 2019-02-12 11:31:59 +01:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py [2.0.x] Added missing word to render_to_response deprecation warning. 2018-05-16 05:33:38 -04:00