diff options
| author | Aymeric Augustin <aymeric.augustin@oscaro.com> | 2014-09-19 13:05:20 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@oscaro.com> | 2014-09-19 13:05:48 +0200 |
| commit | 07b4c3e115ba6cbd29d1b037f9a6bb774ca449a3 (patch) | |
| tree | d9339c19ac5279d1d8fa4aa343ba701db1172eff | |
| parent | d4c68c46aacbb151034baa321efe3d104e489e29 (diff) | |
[1.7.x] Fixed a formatting issue in the 1.7 release notes.
Backport of 47ff469 from master.
| -rw-r--r-- | docs/releases/1.7.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 468f25330f..4ab25b7e72 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -1021,7 +1021,7 @@ script with:: Otherwise, you will hit an ``AppRegistryNotReady`` exception. WSGI scripts -~~~~~~~~~~~~ +^^^^^^^^^^^^ Until Django 1.3, the recommended way to create a WSGI application was:: |
