Februari 6, 2014
Ini adalah Django 1.6.2, sebuah terbitan perbaikan kesalahan untuk Django 1.6. Django 1.6.2 memperbaiki beberapa kesalahan dalam 1.6.1:
changepassword
command when the
user object representation contained non-ASCII characters
(#21627).collectstatic
command will raise an error rather than
default to using the current working directory if STATIC_ROOT
is
not set. Combined with the --clear
option, the previous behavior could
wipe anything below the current working directory
(#21581).Memperbaiki penyandian surat pada Python 3.3.3+ (:tiket:`21093`).
settings.DATABASES['default']['AUTOCOMMIT'] = False
, the connection
wasn’t in autocommit mode but Django pretended it was.exclude()
queries
(#21787).Menambahkan barang hilang ke django.utils.timezone.__all__
(:tiket:`21880`).
select_related()
and model
inheritance
(#21413).AND
conditions
(#21748).mark_safe()
and could end up being
double-escaped (#21882).Additionally, Django’s vendored version of six, django.utils.six
has been
upgraded to the latest release (1.5.2).
Agt 01, 2016