Skip to content

Add support for Django 6.0 #261

@washeck

Description

@washeck

Django 6.0 (currently in alpha, expected in December) changed the signature of Model._do_update method (returning_fields argument was added - see django/django@55a0073) causing django-concurrency to fail.

It can be reproduced by adding Django 6.0 to tox.ini

+    d60: django==6.0a1
+    d60: django-reversion==5.*

and running it with tox -e d60-sqlite

It would be nice to solve this issue before Django 6.0 is released.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions