diff options
| author | Elif T. Kus <elifkus@gmail.com> | 2016-01-03 12:56:22 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-22 12:12:17 -0500 |
| commit | bca9faae95db2a92e540fbd08505c134639916fe (patch) | |
| tree | 92b34dd8ecf8cf5432c25d43292ebc83b7919350 /docs/topics/db/examples | |
| parent | 79d0a4fdb0d13ba6a843dace2b90ab44e856bd85 (diff) | |
Fixed #26020 -- Normalized header stylings in docs.
Diffstat (limited to 'docs/topics/db/examples')
| -rw-r--r-- | docs/topics/db/examples/many_to_many.txt | 4 | ||||
| -rw-r--r-- | docs/topics/db/examples/many_to_one.txt | 4 | ||||
| -rw-r--r-- | docs/topics/db/examples/one_to_one.txt | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/topics/db/examples/many_to_many.txt b/docs/topics/db/examples/many_to_many.txt index 4966ff9272..13c2b96c8f 100644 --- a/docs/topics/db/examples/many_to_many.txt +++ b/docs/topics/db/examples/many_to_many.txt @@ -1,6 +1,6 @@ -########################## +========================== Many-to-many relationships -########################## +========================== .. highlight:: pycon diff --git a/docs/topics/db/examples/many_to_one.txt b/docs/topics/db/examples/many_to_one.txt index 64f6ab1f1b..c57d996460 100644 --- a/docs/topics/db/examples/many_to_one.txt +++ b/docs/topics/db/examples/many_to_one.txt @@ -1,6 +1,6 @@ -######################### +========================= Many-to-one relationships -######################### +========================= To define a many-to-one relationship, use :class:`~django.db.models.ForeignKey`:: diff --git a/docs/topics/db/examples/one_to_one.txt b/docs/topics/db/examples/one_to_one.txt index 7e373a98e1..c3060d86bb 100644 --- a/docs/topics/db/examples/one_to_one.txt +++ b/docs/topics/db/examples/one_to_one.txt @@ -1,6 +1,6 @@ -######################## +======================== One-to-one relationships -######################## +======================== To define a one-to-one relationship, use :ref:`ref-onetoone`. |
