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:11:50 -0500 |
| commit | d15985d81ff1c3b353a48a87189b7847798214c0 (patch) | |
| tree | ff323bc21f0f03a07db9830d8d36527986a6d865 /docs/releases/1.6.1.txt | |
| parent | af2dc4ebb84a6b0ceb68edd79fcc6ec4bf313325 (diff) | |
Fixed #21398 -- Fixed BCryptSHA256PasswordHasher with py-bcrypt and Python 3.
Thanks arjan at anymore.nl for the report.
Diffstat (limited to 'docs/releases/1.6.1.txt')
| -rw-r--r-- | docs/releases/1.6.1.txt | 14 |
1 files changed, 14 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). |
