1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/howto
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
..
deployment Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config. 2013-12-25 06:06:25 -05:00
static-files
auth-remote-user.txt
custom-file-storage.txt
custom-management-commands.txt Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
custom-model-fields.txt Don't show self in the list of arguments of a method. 2014-01-22 22:17:32 +01:00
custom-template-tags.txt Fixed #21722 -- Added a warning for avoiding XSS vulnerabilities when reusing built-in filters. 2014-01-02 16:29:59 -05:00
error-reporting.txt Don't show self in the list of arguments of a method. 2014-01-22 22:17:32 +01:00
index.txt
initial-data.txt Used app_label instead of appname. 2013-12-28 09:53:02 +01:00
jython.txt Fixed #20052 -- Discouraged use of Jython given the current state of django-jython. 2014-01-17 09:21:34 -05:00
legacy-databases.txt Updated a code block to use the emphasize-lines Sphinx option 2013-09-25 11:39:38 -04:00
outputting-csv.txt
outputting-pdf.txt
upgrade-version.txt Unified listing of shell commands/code 2013-12-25 15:19:14 -05:00