Skip to content

Commit 7d77b43

Browse files
committed
Added Django ORM description.
1 parent d27b87f commit 7d77b43

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/scenarios/db.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ database-agnostic code without SQL.
2525
Django ORM
2626
----------
2727

28-
.. todo:: Explain Django ORM
28+
The Django ORM is the interface used by `Django <http://www.djangoproject.com>`_ to provide database access.
29+
30+
It's based on the idea of models, an abstraction that makes it easier to manipulate data in Python.
31+
32+
Documentation can be found `here <https://docs.djangoproject.com/en/1.3/#the-model-layer>`_

0 commit comments

Comments
 (0)