diff options
| author | Julien Phalip <jphalip@gmail.com> | 2013-08-04 17:29:55 -0700 |
|---|---|---|
| committer | Julien Phalip <jphalip@gmail.com> | 2013-08-04 17:29:55 -0700 |
| commit | 0b071ba7df7394b9caa040aca314b8015ebad776 (patch) | |
| tree | 6209902bd44fecec3cc508b6854e3ce30cb6416c | |
| parent | 28d3b33c04cc2e2250059039c5ebbab97869d525 (diff) | |
Fixed a small formatting issue.
| -rw-r--r-- | docs/ref/django-admin.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 6be9d0f441..ac02b4b5fb 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -253,8 +253,8 @@ prompts. The :djadminopt:`--database` option may be used to specify the database to flush. ---no-initial-data -~~~~~~~~~~~~~~~~~ +``--no-initial-data`` +~~~~~~~~~~~~~~~~~~~~~ .. versionadded:: 1.5 @@ -1145,8 +1145,8 @@ prompts. The :djadminopt:`--database` option can be used to specify the database to synchronize. ---no-initial-data -~~~~~~~~~~~~~~~~~ +``--no-initial-data`` +~~~~~~~~~~~~~~~~~~~~~ .. versionadded:: 1.5 |
