django1/django/contrib
Bas Westerbaan a5033dbc58 Refs #26033 -- Added password hasher support for Argon2 v1.3.
The previous version of Argon2 uses encoded hashes of the form:
   $argon2d$m=8,t=1,p=1$<salt>$<data>

The new version of Argon2 adds its version into the hash:
   $argon2d$v=19$m=8,t=1,p=1$<salt>$<data>

This lets Django handle both version properly.
2016-04-25 21:17:53 -04:00
..
admin Fixed #26533 -- Renamed Widget._format_value() to format_value(). 2016-04-23 13:15:45 -04:00
admindocs Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
auth Refs #26033 -- Added password hasher support for Argon2 v1.3. 2016-04-25 21:17:53 -04:00
contenttypes Removed unused/untested Field.get_choices_default()/value_to_string() methods. 2016-04-25 08:05:27 -04:00
flatpages Fixed #25847 -- Made User.is_(anonymous|authenticated) properties. 2016-04-09 14:54:18 -04:00
gis Fixed #26512 -- Added tests for SpatialRefSysMixin.get_units(). 2016-04-19 11:19:44 -04:00
humanize Updated translations from Transifex 2015-12-31 15:53:02 +01:00
messages Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
postgres Refs #3254 -- Added full text search to contrib.postgres. 2016-04-22 10:44:37 +01:00
redirects Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
sessions Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a KeyError. 2016-04-20 13:06:47 -04:00
sitemaps Fixed a dead link in django/contrib/sitemaps/__init__.py. 2016-03-08 13:16:11 -05:00
sites Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
staticfiles Fixed #20189 -- Allowed customizing staticfiles ignored_patterns list 2016-04-22 09:56:06 +02:00
syndication Fixed #25806 -- Removed name mangling from syndication.Feed's _get_dynamic_attr(). 2015-11-25 17:46:58 -05:00
__init__.py