Skip to content

Support MySQL 8.0 #133

Closed
Closed
@javrasya

Description

@javrasya

Description:

Select and update the feature of Django sometimes doesn't work with MySQL. Those lines that are affected by this can be changed to the pythonic way of getting updated and saved individually since they are not too many items to support MySQL 8.0

Acceptance Criteria:

  • Set up automated integration tests with MySQL 8.0
  • Instead of using queryset.update(...), loop through the items in the query and update them one by one and save them.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions