[python] How to check Django version

>>> import django
>>> print(django.get_version())
1.6.1

I am using the IDLE (Python GUI).