diff options
| author | Preston Holmes <preston@ptone.com> | 2012-06-23 17:57:20 +0300 |
|---|---|---|
| committer | Julien Phalip <jphalip@gmail.com> | 2012-09-08 12:13:46 -0400 |
| commit | 3da43c11113e0ef109ffbecae528aef853879281 (patch) | |
| tree | 6aa70976b417d5f314985e00a0bb707e9eb74891 /docs/ref | |
| parent | 617d077f1f5be6cfb67a1f4f9ab0334f3c793e4c (diff) | |
Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial patch.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/markup.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/contrib/markup.txt b/docs/ref/contrib/markup.txt index 8f3e0a95f9..9215c64f93 100644 --- a/docs/ref/contrib/markup.txt +++ b/docs/ref/contrib/markup.txt @@ -5,6 +5,9 @@ django.contrib.markup .. module:: django.contrib.markup :synopsis: A collection of template filters that implement common markup languages. +.. deprecated:: 1.5 + This module has been deprecated. + Django provides template filters that implement the following markup languages: |
