mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23611 -- update_or_create failing from a related manager
Added update_or_create to RelatedManager, ManyRelatedManager and GenericRelatedObjectManager. Added missing get_or_create to GenericRelatedObjectManager.
This commit is contained in:
@@ -100,3 +100,6 @@ Bugfixes
|
||||
|
||||
* Fixed ``UnicodeDecodeError`` crash in ``AdminEmailHandler`` with non-ASCII
|
||||
characters in the request (:ticket:`23593`).
|
||||
|
||||
* Fixed missing ``get_or_create`` and ``update_or_create`` on related managers
|
||||
causing ``IntegrityError`` (:ticket:`23611`).
|
||||
|
||||
Reference in New Issue
Block a user