Is there a reason you are using BaseListView rather than ListView? The docs mention that BaseListView is not really meant to be used directly. ListView also includes some extra context processing beyond the base class that may be of use.
-James
Not sure if i'm understanding what are you saying. But kwargs on get.. Are stored on a object property. Self.kwargs (prior the dispatch) method.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5375c024-ee41-4b46-816d-e63fadb4a720%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No problem. Not sure if you were looking at the source code or somewhere else, but Classy CBV's is always the place I start:
http://ccbv.co.uk/projects/Django/1.8/django.views.generic.list/ListView/
-James
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a9d1ded2-4175-41ad-ad8e-22f48edb9677%40googlegroups.com.