diff options
| author | Tim Graham <timograham@gmail.com> | 2014-07-16 13:34:53 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-07-16 13:35:41 -0400 |
| commit | a8c4e0e93b7888fcf02389e7e3555acb162f089b (patch) | |
| tree | d684be24566143eba450bc9e8f519b0ee5ba0444 | |
| parent | 30a4cad2bfdf080037f1bff3754b0d3ad0c5bafd (diff) | |
[1.7.x] Added 1.6.6 release notes for #22998 (also forwardported those for #13794).
Backport of c62c480b2b from master
| -rw-r--r-- | docs/releases/1.6.6.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/1.6.6.txt b/docs/releases/1.6.6.txt index 103af36c37..c61823bfdc 100644 --- a/docs/releases/1.6.6.txt +++ b/docs/releases/1.6.6.txt @@ -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>`_). |
