summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-06-07 18:36:26 +0200
committerClaude Paroz <claude@2xlibre.net>2012-06-07 18:36:53 +0200
commit5e6ded2e58597fa324c550bad35a30ee630ce223 (patch)
treef3ca5fe9c7a811d0757b8849476f090f08a6359e /docs/index.txt
parent87ff89d12d109066ff355ed267787d32a6b5aeb7 (diff)
Fixed #18363 -- Added Python 3 compatibility layer.
Thanks Vinay Sajip for the support of his django3 branch and Alex Gaynor, kezabelle, YorikSar for the review.
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.txt b/docs/index.txt
index d596511ac2..d85aabed4e 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -183,6 +183,7 @@ Other batteries included
* :doc:`Logging <topics/logging>`
* :doc:`Messages <ref/contrib/messages>`
* :doc:`Pagination <topics/pagination>`
+* :doc:`Python 3 compatibility <topics/python3>`
* :doc:`Redirects <ref/contrib/redirects>`
* :doc:`Security <topics/security>`
* :doc:`Serialization <topics/serialization>`