mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #26020 -- Normalized header stylings in docs.
This commit is contained in:
parent
79d0a4fdb0
commit
bca9faae95
132 changed files with 1498 additions and 1464 deletions
|
@ -1,6 +1,6 @@
|
|||
##########################
|
||||
==========================
|
||||
Many-to-many relationships
|
||||
##########################
|
||||
==========================
|
||||
|
||||
.. highlight:: pycon
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#########################
|
||||
=========================
|
||||
Many-to-one relationships
|
||||
#########################
|
||||
=========================
|
||||
|
||||
To define a many-to-one relationship, use :class:`~django.db.models.ForeignKey`::
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
########################
|
||||
========================
|
||||
One-to-one relationships
|
||||
########################
|
||||
========================
|
||||
|
||||
To define a one-to-one relationship, use :ref:`ref-onetoone`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue