Opened 11 years ago

Closed 11 years ago

#20028 closed Bug (fixed)

transaction.atomic doesn't work on callable instances

Reported by: Aymeric Augustin Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It's the same problem as #13093, and it's a bug in Python: http://bugs.python.org/issue3445#msg100933
Reported by Anssi.

Change History (1)

comment:1 by Aymeric Augustin <aymeric.augustin@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 885d98d24ac842708347c36644c61fc323c081ec:

Fixed #20028 -- Made atomic usable on callable instances.

Thanks Anssi for the report.

Note: See TracTickets for help on using tickets.
Back to Top