Corrected a number of mislinked crossrefs and added a few new crossref targets found in/via the 1.3 release.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15894 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gabriel Hurley 2011-03-22 20:12:17 +00:00
parent 16f4a2bec2
commit a4ef094b0f
4 changed files with 57 additions and 33 deletions

View file

@ -2,7 +2,7 @@
Managing database transactions
==============================
.. currentmodule:: django.db.transaction
.. module:: django.db.transaction
Django gives you a few ways to control how database transactions are managed,
if you're using a database that supports transactions.