summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/deployment/checklist.txt2
-rw-r--r--docs/topics/migrations.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/deployment/checklist.txt b/docs/howto/deployment/checklist.txt
index 05ea3d4fc0..b6b0683d08 100644
--- a/docs/howto/deployment/checklist.txt
+++ b/docs/howto/deployment/checklist.txt
@@ -228,7 +228,7 @@ See :doc:`/topics/logging` for details on logging.
See :doc:`/howto/error-reporting` for details on error reporting by email.
-.. admonition: Error reporting by email doesn't scale very well
+.. admonition:: Error reporting by email doesn't scale very well
Consider using an error monitoring system such as Sentry_ before your
inbox is flooded by reports. Sentry can also aggregate logs.
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt
index ebd13e7184..c3bcc9d7fc 100644
--- a/docs/topics/migrations.txt
+++ b/docs/topics/migrations.txt
@@ -356,7 +356,7 @@ Note that this only works given two things:
that your database doesn't match your models, you'll just get errors when
migrations try to modify those tables.
-.. versionchanged: 1.8
+.. versionchanged:: 1.8
The ``--fake-initial`` flag to :djadmin:`migrate` was added. Previously,
Django would always automatically fake-apply initial migrations if it