Ticket #21400: 21400.2.diff
File 21400.2.diff, 411 bytes (added by , 11 years ago) |
---|
-
docs/conf.py
diff --git a/docs/conf.py b/docs/conf.py index 384825d..c32f022 100644
a b copyright = 'Django Software Foundation and contributors' 58 58 version = '1.6' 59 59 # The full version, including alpha/beta/rc tags. 60 60 try: 61 import django 62 # see ticket 21400 63 reload(django) 61 64 from django import VERSION, get_version 62 65 except ImportError: 63 66 release = version