mirror of
https://github.com/django/django.git
synced 2025-03-12 10:22:37 +00:00
Added update_or_create to RelatedManager, ManyRelatedManager and GenericRelatedObjectManager. Added missing get_or_create to GenericRelatedObjectManager.