1
0
mirror of https://github.com/django/django.git synced 2025-03-13 10:50:55 +00:00
Baptiste Mispelon 6bca149af5 [1.6.x] Don't show self in the list of arguments of a method.
This is consistent with Python's official documentation
and it's a sphinx recommendation too[1].

[1] http://sphinx-doc.org/markup/desc.html#dir-method

Refs #21855.

Backport of 79e1d6ebd70898d514a44b85648e3d24104c4243 from master.
2014-01-22 22:59:55 +01:00
..