diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 7a14d694a6..c163dc9f2e 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2413,7 +2413,9 @@ The ``InlineModelAdmin`` class adds or customizes: .. versionchanged:: 2.1 - The ``obj`` argument was added. + The ``obj`` argument was added. During the deprecation period, it may + also be ``None`` if third-party calls to ``has_add_permission()`` don't + provide it. .. method:: InlineModelAdmin.has_change_permission(request, obj=None) |
