2019-01-08 21:57:22 +08:00
|
|
|
==========================
|
|
|
|
Django 2.1.6 release notes
|
|
|
|
==========================
|
|
|
|
|
2019-02-07 22:46:53 +08:00
|
|
|
*February 11, 2019*
|
2019-01-08 21:57:22 +08:00
|
|
|
|
2019-02-07 22:46:53 +08:00
|
|
|
Django 2.1.6 fixes a security issue and a bug in 2.1.5.
|
2019-01-08 21:57:22 +08:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2019-01-11 18:13:31 +08:00
|
|
|
* Made the ``obj`` argument of ``InlineModelAdmin.has_add_permission()``
|
|
|
|
optional to restore backwards compatibility with third-party code that
|
|
|
|
doesn't provide it (:ticket:`30097`).
|