From a3a96b2ee04e5faeecedffe085446737366bd186 Mon Sep 17 00:00:00 2001 From: Ann Paul Date: Sat, 3 Oct 2015 14:16:51 -0700 Subject: [PATCH] Change to link to point to "dev" version of documentation in Django docs --- docs/scenarios/db.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/db.rst b/docs/scenarios/db.rst index c89f02d..35a5142 100644 --- a/docs/scenarios/db.rst +++ b/docs/scenarios/db.rst @@ -31,7 +31,7 @@ The Django ORM is the interface used by `Django `_ to provide database access. It's based on the idea of -`models `_, +`models `_, an abstraction that makes it easier to manipulate data in Python. The basics: