Skip to content

Commit 36114aa

Browse files
committed
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
2 parents 0935b30 + a3a96b2 commit 36114aa

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)