Skip to content

Commit

Permalink
Merge pull request #20 from tobiase/fix-links-to-django-docs
Browse files Browse the repository at this point in the history
Fix links to django documentation
  • Loading branch information
gregmuellegger authored Mar 2, 2017
2 parents fc499ba + f5fac7c commit 5f38991
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 5f38991

Please sign in to comment.