Changes between Initial Version and Version 2 of Ticket #23442


Ignore:
Timestamp:
Sep 6, 2014, 6:16:24 PM (10 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23442 – Description

    initial v2  
    1 PEP-0396 (http://legacy.python.org/dev/peps/pep-0396/) specifies that module should specify a __version__ string.
     1PEP-0396 (http://legacy.python.org/dev/peps/pep-0396/) specifies that module should specify a `__version__` string.
    22
    3 For example, django.__version__ could return "1.7.0".
     3For example, `django.__version__` could return "1.7.0".
    44
    5 Django specifies version strings on django.VERSION as a tuple.
     5Django specifies version strings on `django.VERSION` as a tuple.
Back to Top