django1/django
Simon Charette d61fe24601 Fixed #29108 -- Fixed crash in aggregation of distinct+ordered+sliced querysets.
Regression in 4acae21846.
Thanks Stephen Brooks for the report.
2018-02-08 09:59:25 -05: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 Fixed #29090 -- Updated Hungarian time formats to use ':' instead of '.'. 2018-01-31 20:03:27 -05:00
contrib Fixed #25790 -- Allowed disable column sorting in the admin changelist. 2018-02-07 17:46:28 -05:00
core Refs #27795 -- Replaced force_bytes() usage in django.core.signing. 2018-02-07 12:47:34 -05:00
db Fixed #29108 -- Fixed crash in aggregation of distinct+ordered+sliced querysets. 2018-02-08 09:59:25 -05:00
dispatch Fixed #28984 -- Made assorted code simplifications. 2018-01-03 13:24:02 -05:00
forms Fixed #29113 -- Simplified django.forms.formsets.all_valid() and clarified docstring. 2018-02-05 10:29:38 -05:00
http Refs #27795 -- Replaced force_bytes() usage in django.http. 2018-02-07 14:28:15 -05:00
middleware Fixed #28833 -- Prevented CacheMiddleware from caching responses with "Cache-Control: private". 2018-02-06 09:42:05 -05:00
template Fixed #17419 -- Added json_tag template filter. 2018-02-07 18:38:12 -05:00
templatetags Fixed #28544 -- Made unlocalize template filter behave like {% localize off %} tag 2017-11-07 20:48:15 +01:00
test Fixed #29082 -- Allowed the test client to encode JSON request data. 2018-02-06 18:29:04 -05:00
urls Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
utils Fixed #17419 -- Added json_tag template filter. 2018-02-07 18:38:12 -05:00
views Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05: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 Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:03 -05:00