Ticket #21400: 21400.2.diff

File 21400.2.diff, 411 bytes (added by Tim Graham, 10 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'  
    5858version = '1.6'
    5959# The full version, including alpha/beta/rc tags.
    6060try:
     61    import django
     62    # see ticket 21400
     63    reload(django)
    6164    from django import VERSION, get_version
    6265except ImportError:
    6366    release = version
Back to Top