We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79d6e5 commit af0d7dcCopy full SHA for af0d7dc
examples/chatserver/urls.py
@@ -3,7 +3,7 @@
3
if DJANGO_VERSION < (1, 10):
4
from django.conf.urls import url, patterns, include
5
from django.core.urlresolvers import reverse_lazy
6
-elif DJANGO_VERSION < 2:
+elif DJANGO_VERSION < (2,):
7
from django.conf.urls import url, include
8
from django.urls import reverse_lazy
9
else:
0 commit comments