django/docs/releases/2.1.6.txt

15 lines
353 B
Plaintext
Raw Normal View History

2019-01-08 21:57:22 +08:00
==========================
Django 2.1.6 release notes
==========================
*Expected February 1, 2019*
Django 2.1.6 several bugs in 2.1.5.
Bugfixes
========
* 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`).