django/django
Ryan Rubin c2a1af883e [2.0.x] Fixed #29400 -- Fixed crash in custom template filters that use decorated functions.
Regression in 620e9dd31a.

Backport of a8d12bc280 from master
2018-05-25 11:22:06 -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] Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object. 2018-04-12 13:11:53 -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 #29334 -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:56:33 -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 #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:23 -05:00
middleware Fixed #28488 -- Reallowed error handlers to access CSRF tokens. 2017-09-20 16:22:18 -04:00
template [2.0.x] Fixed #29400 -- Fixed crash in custom template filters that use decorated functions. 2018-05-25 11:22:06 -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 #28947 -- Fixed crash when coercing a translatable URL pattern to str. 2017-12-20 20:56:57 -05: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] Fixed #28885 -- Fixed hidden content at the bottom of the "The install worked successfully!" page for some languages. 2018-01-12 19:33:07 -05:00
__init__.py [2.0.x] Post-release version bump. 2018-05-01 21:37:29 -04: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