Skip to content

Commit

Permalink
[1.7.x] Added 1.6.6 release notes for #22998 (also forwardported thos…
Browse files Browse the repository at this point in the history
…e for #13794).

Backport of c62c480 from master
  • Loading branch information
timgraham committed Jul 16, 2014
1 parent 30a4cad commit a8c4e0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/releases/1.6.6.txt
Expand Up @@ -14,3 +14,11 @@ Bugfixes

* Prevented indexes on PostgreSQL virtual fields
(`#22514 <http://code.djangoproject.com/ticket/22514>`_).

* Prevented edge case where values of FK fields could be initialized with a
wrong value when an inline model formset is created for a relationship
defined to point to a field other than the PK
(`#13794 <https://code.djangoproject.com/ticket/13794>`_).

* Restored ``pre_delete`` signals for ``GenericRelation`` cascade deletion
(`#22998 <https://code.djangoproject.com/ticket/22998>`_).

0 comments on commit a8c4e0e

Please sign in to comment.