Catatan terbitan Django 1.11.7¶
1 November 2017
Django 1.11.7 memperbaiki beberapa kesalahan di 1.11.6.
Perbaikan kesalahan¶
- Prevented
cache.get_or_set()
from cachingNone
if thedefault
argument is a callable that returnsNone
(#28601). - Diperbaiki string
DATE_FORMAT
Basque (#28710). - Made
QuerySet.reverse()
affectnulls_first
andnulls_last
(#28722). - Fixed unquoted table names in
Subquery
SQL when usingOuterRef
(#28689).