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