2016-03-05 23:00:40 +08:00
|
|
|
===========================
|
|
|
|
Django 1.8.12 release notes
|
|
|
|
===========================
|
|
|
|
|
2016-04-02 01:29:43 +08:00
|
|
|
*April 1, 2016*
|
2016-03-05 23:00:40 +08:00
|
|
|
|
2016-03-05 23:02:29 +08:00
|
|
|
Django 1.8.12 fixes several bugs in 1.8.11.
|
2016-03-05 23:00:40 +08:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2016-03-07 20:06:46 +08:00
|
|
|
* Made ``MultiPartParser`` ignore filenames that normalize to an empty string
|
|
|
|
to fix crash in ``MemoryFileUploadHandler`` on specially crafted user input
|
|
|
|
(:ticket:`26325`).
|
2016-03-10 22:22:09 +08:00
|
|
|
|
|
|
|
* Fixed data loss on SQLite where ``DurationField`` values with fractional
|
|
|
|
seconds could be saved as ``None`` (:ticket:`26324`).
|
2016-03-25 04:22:35 +08:00
|
|
|
|
|
|
|
* Restored the functionality of the admin's ``raw_id_fields`` in
|
|
|
|
``list_editable`` (:ticket:`26387`).
|