You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/unicode_literals.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ Others' perspectives
145
145
In favour of ``unicode_literals``
146
146
*********************************
147
147
148
-
Django recommends importing ``unicode_literals`` as its top `porting tip <https://docs.djangoproject.com/en/dev/topics/python3/#unicode-literals>`_ for
148
+
Django recommends importing ``unicode_literals`` as its top `porting tip <https://docs.djangoproject.com/en/1.11/topics/python3/#unicode-literals>`_ for
149
149
migrating Django extension modules to Python 3. The following `quote
150
150
<https://groups.google.com/forum/#!topic/django-developers/2ddIWdicbNY>`_ is
151
151
from Aymeric Augustin on 23 August 2012 regarding why he chose
0 commit comments