Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
e01ade61
Kaydet (Commit)
e01ade61
authored
Ara 12, 2013
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Copied 1.6.1 release notes from stable/1.6.x branch.
üst
2c837233
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
9 deletions
+19
-9
1.6.1.txt
docs/releases/1.6.1.txt
+19
-9
No files found.
docs/releases/1.6.1.txt
Dosyayı görüntüle @
e01ade61
...
...
@@ -2,11 +2,11 @@
Django 1.6.1 release notes
==========================
*
Under development
*
*
December 12, 2013
*
This is Django 1.6.1, a bugfix release for Django 1.6.
..
.
This is Django 1.6.1, a bugfix release for Django 1.6.
In addition to the bug
fixes listed below, translations submitted since the 1.6 release are also
included
.
Bug fixes
=========
...
...
@@ -21,23 +21,23 @@ Bug fixes
``UnboundLocalError`` if :func:`~django.contrib.auth.get_user_model`
raised an error (#21439).
* Fixed a regression that prevented editable ``GenericRelation`` subclasses
from working in ``ModelForms``.
from working in ``ModelForms``
(#21428)
.
* Added missing ``to_python`` method for ``ModelMultipleChoiceField`` which
is required in Django 1.6 to properly detect changes from initial values
(#21568).
* Fixed ``django.contrib.humanize`` translations where the unicode sequence
for the non-breaking space was returned verbatim (#21415).
* Fixed :djadmin:`loaddata` error when fixture file name contained any dots
no
n
related to file extensions (#21457) or when fixture path was relative
no
t
related to file extensions (#21457) or when fixture path was relative
but located in a subdirectory (#21551).
* Fixed display of inline instances in formsets when parent has 0 for primary
key (#21472).
* Fixed a regression where custom querysets for foreign keys were overwritten
if ``ModelAdmin`` had ordering set (#21405).
* Removed mention of a feature in the ``--locale``/``-l`` option of
* Removed mention of a feature in the ``--locale``/``-l`` option of
the
``makemessages`` and ``compilemessages`` commands that never worked as
promised: Support of multiple locale names separated by commas. It's still
possible to specify multipl
le locales in one run by su
ing the option
possible to specify multipl
e locales in one run by us
ing the option
multiple times (#21488, #17181).
* Fixed a regression that unnecessarily triggered settings configuration when
importing ``get_wsgi_application`` (#21486).
...
...
@@ -45,7 +45,17 @@ Bug fixes
backend (#21448).
* Fixed a crash when a ``GeometryField`` uses a non-geometric widget (#21496).
* Fixed password hash upgrade when changing the iteration count (#21535).
* Fixed a bug in the debug view when the
url
conf only contains one element
* Fixed a bug in the debug view when the
URL
conf only contains one element
(#21530).
* Re-added missing search result count and reset link in changelist admin view
(#21510).
* The current language is no longer saved to the session by ``LocaleMiddleware``
on every response, but rather only after a logout (#21473).
* Fixed a crash when executing ``runserver`` on non-English systems and when the
formatted date in its output contained non-ASCII characters (#21358).
* Fixed a crash in the debug view after an exception occurred on Python ≥ 3.3
(#21443).
* Fixed a crash in :class:`~django.db.models.ImageField` on some platforms
(Homebrew and RHEL6 reported) (#21355).
* Fixed a regression when using generic relations in ``ModelAdmin.list_filter``
(#21431).
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment