encode / django-vanilla-views

Beautifully simple class-based views.
http://django-vanilla-views.org/
BSD 2-Clause "Simplified" License
985 stars 74 forks source link

Allow keyword based URL parameters #20

Closed jensenbox closed 10 years ago

jensenbox commented 10 years ago

Without this, you will get an error like "post() got an unexpected keyword argument 'pk'" if you have parameters in the URL such as "url(r'^profiles/(?P\d)/contact$', views.ContactView.as_view(), name='contact'),"

tomchristie commented 10 years ago

Yup, thx.