django/docs/ref/forms
Baptiste Mispelon 79e1d6ebd7 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.
2014-01-22 22:17:32 +01:00
..
api.txt Fixed #21319 -- Added documentation for the Form.fields attribute. 2014-01-02 19:43:26 -05:00
fields.txt Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField 2014-01-11 15:50:34 +01:00
formsets.txt Fixed #9532 -- Added min_num and validate_min on formsets. 2013-09-19 13:11:49 -04:00
index.txt Fixed #20084 -- Provided option to validate formset max_num on server. 2013-03-21 01:27:24 -07:00
models.txt Fixed #12346 -- Added a note on how to validate InlineFormSets. 2013-07-08 08:29:28 -04:00
validation.txt Removed Form._errors from the docs in favor of the add_error API. 2013-11-30 01:00:53 +07:00
widgets.txt Don't show `self` in the list of arguments of a method. 2014-01-22 22:17:32 +01:00