mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #14141: docs now use the :doc: construct for links between documents.
Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a352154e42
commit
728effcfbd
181 changed files with 1222 additions and 1525 deletions
|
@ -1,5 +1,3 @@
|
|||
.. _ref-databases:
|
||||
|
||||
=========
|
||||
Databases
|
||||
=========
|
||||
|
@ -50,7 +48,7 @@ aggregate with a database backend that falls within the affected release range.
|
|||
Transaction handling
|
||||
---------------------
|
||||
|
||||
:ref:`By default <topics-db-transactions>`, Django starts a transaction when a
|
||||
:doc:`By default </topics/db/transactions>`, Django starts a transaction when a
|
||||
database connection is first used and commits the result at the end of the
|
||||
request/response handling. The PostgreSQL backends normally operate the same
|
||||
as any other Django backend in this respect.
|
||||
|
@ -266,7 +264,7 @@ table (usually called ``django_session``) and the
|
|||
Connecting to the database
|
||||
--------------------------
|
||||
|
||||
Refer to the :ref:`settings documentation <ref-settings>`.
|
||||
Refer to the :doc:`settings documentation </ref/settings>`.
|
||||
|
||||
Connection settings are used in this order:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue