django/docs/ref
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 79e1d6ebd7 from master.
2014-01-22 22:59:55 +01:00
..
class-based-views [1.6.x] Fixed #21768 -- Corrected TemplateView context section. 2014-01-16 07:59:15 -05:00
contrib [1.6.x] Don't show `self` in the list of arguments of a method. 2014-01-22 22:59:55 +01:00
files [1.6.x] Fixed typo in storage docs 2014-01-15 18:44:47 -05:00
forms [1.6.x] Don't show `self` in the list of arguments of a method. 2014-01-22 22:59:55 +01:00
models [1.6.x] Fixed #18285 -- Documented that bulk_create doesn't work with M2M relationships. 2014-01-16 20:49:06 -05:00
templates [1.6.x] Fixed #21529 -- Noted that {% url %} encodes its output (refs #13260). 2014-01-22 10:45:10 -05:00
clickjacking.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
databases.txt [1.6.x] Fixed #21629 -- Added instructions for loading MySQL time zone definitions. 2013-12-26 15:50:49 -05:00
django-admin.txt [1.6.x] Fixed #21488 -- Multiple locales treatment in i18n commands. 2013-11-23 11:02:30 -03:00
exceptions.txt [1.6.x] Fixed #21044 -- Documented django.core.urlresolvers.Resolver404 2013-09-05 08:45:58 -04:00
index.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
middleware.txt [1.6.x] Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH. 2013-09-11 08:18:48 -04:00
request-response.txt [1.6.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.pop 2013-07-25 11:08:47 -04:00
settings.txt [1.6.x] Fixed #18942 -- Clarified usage of {% get_static_prefix %}. 2014-01-17 16:06:54 -05:00
signals.txt [1.6.x] Removed extra p (topppings->toppings) 2013-09-23 19:25:07 -04:00
template-response.txt [1.6.x] Fixed #21154 -- Updated TemplateResponse docs to better explain context. 2013-09-30 10:21:34 -04:00
unicode.txt [1.6.x] Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3. 2013-07-03 08:46:05 -04:00
urlresolvers.txt [1.6.x] Fixed #21044 -- Documented django.core.urlresolvers.Resolver404 2013-09-05 08:45:58 -04:00
urls.txt [1.6.x] A few doc additions for changes from d228c1192e. 2013-09-22 13:54:54 -03:00
utils.txt [1.6.x] Added missing parameter in npgettext_lazy docs 2013-11-08 18:35:43 -05:00
validators.txt Fixed #4833 -- Validate email addresses with localhost as domain 2013-01-11 20:45:46 +01:00
views.txt Fixed #20330 -- Normalized spelling of "web server". 2013-04-29 19:40:43 +02:00