mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24917 -- Made admindocs display model methods that take arguments.
This commit is contained in:
@@ -163,6 +163,12 @@ Minor features
|
||||
|
||||
* JavaScript slug generation now supports Romanian characters.
|
||||
|
||||
:mod:`django.contrib.admindocs`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
* The model section of the ``admindocs`` now also describes methods that take
|
||||
arguments, rather than ignoring them.
|
||||
|
||||
:mod:`django.contrib.auth`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user