We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27b87f commit 7d77b43Copy full SHA for 7d77b43
docs/scenarios/db.rst
@@ -25,4 +25,8 @@ database-agnostic code without SQL.
25
Django ORM
26
----------
27
28
-.. todo:: Explain Django ORM
+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