aschn / drf-tracking

Utils to track requests to Django Rest Framework API views
http://drf-tracking.readthedocs.org/
ISC License
366 stars 95 forks source link

use transaction.on_commit #48

Closed xgenvn closed 6 years ago

xgenvn commented 7 years ago

Transactions breaking on creation if logging (#23)

avelis commented 7 years ago

@xgenvn Looks like TravisCI is displaying the following error: AttributeError: 'module' object has no attribute 'on_commit'

xgenvn commented 7 years ago

Not sure why this happens on TravisCI, however this patch will only work with DRF under format=json. With html view there's still a bug TransactionManagement Error. I'll fire another issue later.