mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
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:
parent
d50f59ee18
commit
20b940614e
4 changed files with 24 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue