work_started field should record page load time not model save

Issue #116 resolved
Randle Taylor repo owner created an issue

In order to be useful for querying how long qa takes, work_started should be set as the page load time rather than getting auto_now_add=True which sets it to the time the model is saved.

Comments (3)

  1. Log in to comment