diff options
| author | Tim Graham <timograham@gmail.com> | 2013-11-09 06:36:10 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-11-09 10:21:19 -0500 |
| commit | 4b9e932fd46eaac4774d229c40c2ee75f8fb759b (patch) | |
| tree | ead3374c0da9fd4e447aa2249e83614cb091c314 /docs | |
| parent | c9076a408c0d002babe78f5de6796e2a3a0e4731 (diff) | |
[1.6.x] Fixed #21398 -- Fixed BCryptSHA256PasswordHasher with py-bcrypt and Python 3.
Thanks arjan at anymore.nl for the report.
Backport of d15985d81f from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.1.txt | 14 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/releases/1.6.1.txt b/docs/releases/1.6.1.txt new file mode 100644 index 0000000000..128a2e99c5 --- /dev/null +++ b/docs/releases/1.6.1.txt @@ -0,0 +1,14 @@ +========================== +Django 1.6.1 release notes +========================== + +*Under development* + +This is Django 1.6.1, a bugfix release for Django 1.6. + +... + +Bug fixes +========= + +* Fixed ``BCryptSHA256PasswordHasher`` with py-bcrypt and Python 3 (#21398). diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 8c5ef72197..bcbb00bb8d 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -23,6 +23,7 @@ Final releases :maxdepth: 1 1.6 + 1.6.1 1.5 release ----------- |
