Opened 5 years ago
Closed 5 years ago
#58 closed defect (fixed)
sqlalchemy bug
Reported by: | zhangjr | Owned by: | zhangjr |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | component1 | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Parent ID: | Parent Tickets: | ||
Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Description
.virtualenvs/flask/lib/python3.6/site-packages/flask_sqlalchemy/init__.py:835: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning.
'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and '
Subtickets
Change History (3)
comment:1 Changed 5 years ago by zhangjr
comment:2 Changed 5 years ago by zhangjr
- Owner changed from somebody to zhangjr
- Status changed from new to assigned
comment:3 Changed 5 years ago by zhangjr
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
add it in config.
SQLALCHEMY_TRACK_MODIFICATIONS = False