Change to link to point to "dev" version of documentation in Django docs

This commit is contained in:
Ann Paul
2015-10-03 14:16:51 -07:00
parent 13078ff627
commit a3a96b2ee0
+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: