mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
bitbake: toaster: orm/models -- drop django.utils.six
Django 3.2 no longer has django.utils.six module. (Bitbake rev: ae03c1f05e37f70e72a2ac08f7c718b8fc4fc36e) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
702159b29b
commit
90d150997a
@@ -58,7 +58,6 @@ if 'sqlite' in settings.DATABASES['default']['ENGINE']:
|
||||
return _base_insert(self, *args, **kwargs)
|
||||
QuerySet._insert = _insert
|
||||
|
||||
from django.utils import six
|
||||
def _create_object_from_params(self, lookup, params):
|
||||
"""
|
||||
Tries to create an object using passed params.
|
||||
|
||||
Reference in New Issue
Block a user