Opened 12 years ago
#249 new task
Use newer transaction APIs
Reported by: | adehnert | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Sometime |
Component: | Core | Version: | |
Keywords: | django-1.6 | Cc: | |
Size: | small |
Description
After Django 1.6 gets deployed, we need to make sure that our transaction-handling is compatible with newer Django versions, since Django 1.8 will be removing the old transaction-handling mechanisms. See https://docs.djangoproject.com/en/dev/topics/db/transactions/#transactions-upgrading-from-1-5.
Note: See
TracTickets for help on using
tickets.