django1/django
Dražen Odobašić 253f1b74da [2.0.x] Fixed #29617 -- Fixed Template crash if template_string is lazy.
Regression in 3a148f958d.
Backport of 9f3b9ffd51 from master.
2018-07-31 10:11:18 -04: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] Refs #29428 -- Fixed admin check crash when using a query expression in ModelAdmin.ordering. 2018-06-15 10:12:44 -04: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 #29544 -- Fixed regex lookup on MariaDB. 2018-07-05 12:12:11 -04: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 Fixed #28488 -- Reallowed error handlers to access CSRF tokens. 2017-09-20 16:22:18 -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 #29415 -- Fixed detection of custom URL converters in included patterns. 2018-05-26 20:52:48 -04:00
utils [2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:56:33 -04:00
views [2.0.x] Reverted "Fixed #29511 -- Added charset to JavaScriptCatalog's Content-Type header." 2018-06-25 09:43:39 -04:00
__init__.py [2.0.x] Post-release version bump. 2018-07-02 11:12:18 +02: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