Changes between Initial Version and Version 2 of Ticket #23442
- Timestamp:
- Sep 6, 2014, 6:16:24 PM (10 years ago)
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.1 PEP-0396 (http://legacy.python.org/dev/peps/pep-0396/) specifies that module should specify a `__version__` string. 2 2 3 For example, django.__version__could return "1.7.0".3 For example, `django.__version__` could return "1.7.0". 4 4 5 Django specifies version strings on django.VERSIONas a tuple.5 Django specifies version strings on `django.VERSION` as a tuple.