2016-03-05 15:00:40 +00:00
|
|
|
===========================
|
|
|
|
Django 1.8.12 release notes
|
|
|
|
===========================
|
|
|
|
|
2016-04-01 17:29:43 +00:00
|
|
|
*April 1, 2016*
|
2016-03-05 15:00:40 +00:00
|
|
|
|
2016-03-05 15:02:29 +00:00
|
|
|
Django 1.8.12 fixes several bugs in 1.8.11.
|
2016-03-05 15:00:40 +00:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2016-03-07 12:06:46 +00: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 14:22:09 +00:00
|
|
|
|
|
|
|
* Fixed data loss on SQLite where ``DurationField`` values with fractional
|
|
|
|
seconds could be saved as ``None`` (:ticket:`26324`).
|
2016-03-24 20:22:35 +00:00
|
|
|
|
|
|
|
* Restored the functionality of the admin's ``raw_id_fields`` in
|
|
|
|
``list_editable`` (:ticket:`26387`).
|