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

form_valid method docstring fix #16

Closed popham closed 10 years ago

popham commented 10 years ago

I've grabbed part of the docstring from another one of your docs to reflect the implemented behavior of the FormView base class. Thanks for the library--it's at the center of my Django views universe.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling cc9e6768fefbccae61df06793cef109d01807bb1 on popham:master into cae73efe596cbabe22d4b32bfd828032771a3065 on tomchristie:master.

tomchristie commented 10 years ago

Thanks!