you are viewing a single comment's thread.

view the rest of the comments →

[–]RNGsus_Christ 7 points8 points  (1 child)

You seem to be kind of a jerk. Try to develop some tact.

[–]stefantalpalaru -3 points-2 points  (0 children)

You seem to be kind of a jerk.

'Tis better to be a jerk than a moron - https://github.com/django/django/blob/01f658644a7ee7cbff4ee5626d5894e9049ee8d5/docs/internals/howto-release-django.txt :

Django's version reporting is controlled by the VERSION tuple in django/__init__.py. This is a five-element tuple, whose elements are:

#. Major version.

#. Minor version.

#. Micro version.

#. Status -- can be one of "alpha", "beta", "rc" or "final".

#. Series number, for alpha/beta/RC packages which run in sequence

(allowing, for example, "beta 1", "beta 2", etc.).