Django 2.0.9 release notesLink to this heading
October 1, 2018
Django 2.0.9 fixes a data loss bug in 2.0.8.
BugfixesLink to this heading
Fixed a race condition in
QuerySet.update_or_create()that could result in data loss (#29499).
October 1, 2018
Django 2.0.9 fixes a data loss bug in 2.0.8.
Fixed a race condition in QuerySet.update_or_create() that could result
in data loss (#29499).