Added crossref targets for a couple of Django exceptions and cleaned up related reST markup.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15733 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gabriel Hurley 2011-03-03 19:31:10 +00:00
parent d50f59ee18
commit 20b940614e
4 changed files with 24 additions and 6 deletions

View file

@ -1,6 +1,8 @@
Models and databases
====================
.. module:: django.db
A model is the single, definitive source of data about your data. It contains
the essential fields and behaviors of the data you're storing. Generally, each
model maps to a single database table.