mirror of
https://github.com/django/django.git
synced 2025-08-16 00:30:47 +00:00
[1.6.x] Added release note for issue 13794 fix.
This commit is contained in:
parent
685582940b
commit
609153d2bf
1 changed files with 5 additions and 0 deletions
|
@ -14,3 +14,8 @@ 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>`_).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue