On Sat, Sep 26, 2020 at 1:20 AM Krishna Chaitanya
<chaitanya.m...@gmail.com> wrote:
>
> Hi,
>
> I am using Django 1.11 (default on 18.04). But I am still seeing
> https://code.djangoproject.com/ticket/12118 which is fixed in 1.8.
>
> models.save() in a thread is not being committed and not reflected in the
> main thread. I am using py3.6 and sqlite3 version is also met.
>
> $ python3 -c "from sqlite3 import dbapi2 as Database; print
> (Database.__name__, Database.sqlite_version__info)"
>
> sqlite3.dbapi2 (3, 22, 0)
>
> Am I missing something? Any help is appreciated.
>
> Cheers.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABPxzYL_uHDjtxrxtF%3DmH4TscXHU-ZU4iR4Kzz98jicf1y9thQ%40mail.gmail.com.

Reply via email to