#18173: Modeladmin documentation for get_changelist suggests its an attribute
-----------------------------------------+--------------------
     Reporter:  Keryn Knight <django@…>  |      Owner:  nobody
         Type:  Uncategorized            |     Status:  new
    Component:  Documentation            |    Version:  SVN
     Severity:  Normal                   |   Keywords:
 Triage Stage:  Unreviewed               |  Has patch:  0
Easy pickings:  0                        |      UI/UX:  0
-----------------------------------------+--------------------
 Based on the [https://docs.djangoproject.com/en/dev/ref/contrib/admin/
 admin docs], get_changelist is an attribute, and has been since #16195.
 However, looking at the source,
 
[https://code.djangoproject.com/browser/django/trunk/django/contrib/admin/options.py?rev=17854#L461
 it's a method] and is
 
[https://code.djangoproject.com/browser/django/trunk/django/contrib/admin/options.py?rev=17854#L1122
 used as a callable] to get the class. I'm proposing it be moved from the
 options to the [https://docs.djangoproject.com/en/dev/ref/contrib/admin
 /#modeladmin-methods methods section] instead.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18173>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to