Skip to content

Commit

Permalink
Fix links to django documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiase committed Feb 24, 2017
1 parent fc499ba commit f5fac7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ view is usually quite troublesome. You need to validate both the form and the
formset manually and you cannot use django's generic FormView_. So here comes
**django-superform** into play.

.. _formsets: https://docs.djangoproject.com/en/1.6/topics/forms/formsets/
.. _FormView: https://docs.djangoproject.com/en/1.6/ref/class-based-views/generic-editing/#formview
.. _formsets: https://docs.djangoproject.com/en/1.10/topics/forms/formsets/
.. _FormView: https://docs.djangoproject.com/en/1.10/ref/class-based-views/generic-editing/#formview

Here we have an example for the usecase. Let's have a look at the
``forms.py``:
Expand Down

0 comments on commit f5fac7c

Please sign in to comment.