Merge pull request #582 from annp89/feature/fix_django_section_broken_link

Change to link to point to "dev" version of documentation in Django docs
This commit is contained in:
Ian Cordasco
2015-10-03 16:30:07 -05:00
+1 -1
View File
@@ -31,7 +31,7 @@ The Django ORM is the interface used by `Django <http://www.djangoproject.com>`_
to provide database access.
It's based on the idea of
`models <https://docs.djangoproject.com/en/1.3/#the-model-layer>`_,
`models <https://docs.djangoproject.com/en/dev/#the-model-layer>`_,
an abstraction that makes it easier to manipulate data in Python.
The basics: