diff options
| author | Tim Graham <timograham@gmail.com> | 2013-03-22 05:50:45 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-03-22 14:08:55 -0400 |
| commit | f7ca464039b4f21705a8a7074f6c542c3e4937b4 (patch) | |
| tree | 832a3d71b504a8ca19a28cb67fe3cb8660970bd2 /docs/internals | |
| parent | 1363b418234d9af214ba9093014259fbb0ea2242 (diff) | |
[1.5.x] Added missing markup to docs.
Backport of 93cffc3b37 from master.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 55ab58d843..dd2548b956 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -111,7 +111,7 @@ See the :doc:`Django 1.3 release notes</releases/1.3>` for more details on these changes. * Starting Django without a :setting:`SECRET_KEY` will result in an exception - rather than a `DeprecationWarning`. (This is accelerated from the usual + rather than a ``DeprecationWarning``. (This is accelerated from the usual deprecation path; see the :doc:`Django 1.4 release notes</releases/1.4>`.) * The ``mod_python`` request handler will be removed. The ``mod_wsgi`` |
