Download Django 2.1.2

Spread the love

Django is an open source web application framework written in Python, which works according to the model-view-controller design pattern. With Django, complex websites can be developed that use large databases. Some examples are Pinterest, Instagram, Mozilla and The Washington Times. Version 2.1.2 was released a few days ago with the following announcement:

Django security release issued: 2.1.2

In accordance with our security release policy, the Django team is issuing Django 2.1.2. This release addresses the security issue detailed below. We encourage all users of Django to upgrade as soon as possible.

CVE-2018-16984: Password hash disclosure to “view only” admin users
If an admin user has the change permission to the user model, only part of the password hash is displayed in the change form. Admin users with the view (but not change) permission to the user model were displayed the entire hash. While it’s typically infeasible to reverse a strong password hash, if your site uses weaker password hashing algorithms such as MD5 or SHA1, it could be a problem.

Thanks Phithon Gong for reporting this issue.

Version number 2.1.2
Release status Final
Operating systems script language
Website Django
Download
License type Conditions (GNU/BSD/etc.)
You might also like