You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not something to attempt before code freeze or the demo, but something to consider for the future is to make use of specific fields in saving of Messages when the whole Message doesn't need to be saved (just status for instance)
survey.save(update_fields=["active"])
The text was updated successfully, but these errors were encountered:
Not something to attempt before code freeze or the demo, but something to consider for the future is to make use of specific fields in saving of Messages when the whole Message doesn't need to be saved (just
status
for instance)survey.save(update_fields=["active"])
The text was updated successfully, but these errors were encountered: