mirror of
https://github.com/django/django.git
synced 2024-12-26 02:56:25 +00:00
15 lines
365 B
Plaintext
15 lines
365 B
Plaintext
==========================
|
|
Django 2.1.6 release notes
|
|
==========================
|
|
|
|
*February 11, 2019*
|
|
|
|
Django 2.1.6 fixes a security issue and a bug 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`).
|