0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Updated 1.6.1 release notes

Partial forward port of e85baa813f.
This commit is contained in:
Claude Paroz 2013-11-17 21:22:06 +01:00
parent 326539f6a4
commit 2b7fc36295

View File

@ -22,3 +22,5 @@ Bug fixes
raised an error (#21439).
* Fixed a regression that prevented editable ``GenericRelation`` subclasses
from working in ``ModelForms``.
* Fixed ``django.contrib.humanize`` translations where the unicode sequence
for the non-breaking space was returned verbatim (#21415).