18 lines
447 B
Plaintext
18 lines
447 B
Plaintext
==========================
|
|
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).
|
|
* Fixed a regression that prevented a ``ForeignKey`` with a hidden reverse
|
|
manager (``related_name`` ending with '+') from being used as a lookup for
|
|
``prefetch_related`` (#21410).
|