magnet-cl / django-project-template

A project template for Django in python 3
MIT License
14 stars 8 forks source link

Add: handle 'next' parameter on base views with a form #66

Closed imunizaga closed 4 years ago

imunizaga commented 4 years ago

On BaseCreateView, BaseUpdateView, BaseUpdateView and BaseDeleteView, handle the "next" parameter, just like the login does.