Skip to content

Commit a3a96b2

Browse files
author
Ann Paul
committed
Change to link to point to "dev" version of documentation in Django docs
1 parent 13078ff commit a3a96b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scenarios/db.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Django ORM is the interface used by `Django <http://www.djangoproject.com>`_
3131
to provide database access.
3232

3333
It's based on the idea of
34-
`models <https://docs.djangoproject.com/en/1.3/#the-model-layer>`_,
34+
`models <https://docs.djangoproject.com/en/dev/#the-model-layer>`_,
3535
an abstraction that makes it easier to manipulate data in Python.
3636

3737
The basics:

0 commit comments

Comments
 (0)