From 7d77b43e9434af92a114d5ba0eebeb75cdf0cfd6 Mon Sep 17 00:00:00 2001 From: Mahmoud Hossam Date: Sat, 10 Mar 2012 07:18:56 +0200 Subject: [PATCH] Added Django ORM description. --- docs/scenarios/db.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/scenarios/db.rst b/docs/scenarios/db.rst index 7b6ad95..b77ddd6 100644 --- a/docs/scenarios/db.rst +++ b/docs/scenarios/db.rst @@ -25,4 +25,8 @@ database-agnostic code without SQL. Django ORM ---------- -.. todo:: Explain Django ORM \ No newline at end of file +The Django ORM is the interface used by `Django `_ to provide database access. + +It's based on the idea of models, an abstraction that makes it easier to manipulate data in Python. + +Documentation can be found `here `_ \ No newline at end of file