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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ Others' perspectives
144
144
In favour of ``unicode_literals``
145
145
*********************************
146
146
147
-
Django recommends importing ``unicode_literals`` as its top `porting tip <https://docs.djangoproject.com/en/dev/topics/python3/#unicode-literals>`_ for
147
+
Django recommends importing ``unicode_literals`` as its top `porting tip <https://docs.djangoproject.com/en/1.11/topics/python3/#unicode-literals>`_ for
148
148
migrating Django extension modules to Python 3. The following `quote
149
149
<https://groups.google.com/forum/#!topic/django-developers/2ddIWdicbNY>`_ is
150
150
from Aymeric Augustin on 23 August 2012 regarding why he chose
0 commit comments