mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
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:
parent
16f4a2bec2
commit
a4ef094b0f
4 changed files with 57 additions and 33 deletions
|
@ -25,7 +25,7 @@ ObjectDoesNotExist and DoesNotExist
|
|||
exception that is provided on every model class as a way of
|
||||
identifying the specific type of object that could not be found.
|
||||
|
||||
See :meth:`~django.db.models.QuerySet.get()` for further information
|
||||
See :meth:`~django.db.models.query.QuerySet.get()` for further information
|
||||
on :exc:`ObjectDoesNotExist` and :exc:`DoesNotExist`.
|
||||
|
||||
MultipleObjectsReturned
|
||||
|
@ -38,7 +38,7 @@ MultipleObjectsReturned
|
|||
class contains a subclassed version that can be used to identify the
|
||||
specific object type that has returned multiple objects.
|
||||
|
||||
See :meth:`~django.db.models.QuerySet.get()` for further information.
|
||||
See :meth:`~django.db.models.query.QuerySet.get()` for further information.
|
||||
|
||||
SuspiciousOperation
|
||||
-------------------
|
||||
|
@ -133,6 +133,17 @@ Specification v2.0`_ for further information.
|
|||
|
||||
.. _`PEP 249 - Python Database API Specification v2.0`: http://www.python.org/dev/peps/pep-0249/
|
||||
|
||||
.. currentmodule:: django.db.transaction
|
||||
|
||||
Transaction Exceptions
|
||||
======================
|
||||
|
||||
.. exception:: TransactionManagementError
|
||||
|
||||
The :exc:`TransactionManagementError` is raised for any and all problems
|
||||
related to database transactions. It is available from
|
||||
:mod:`django.db.transaction`.
|
||||
|
||||
Python Exceptions
|
||||
=================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue