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
If you use ConcurrentModelAdmin , and you manually set fieldsets or fields in admin, you must ensure the version field gets added to the admin. Otherwise concurrency checks will not be enforced.
This small detail took me almost 2 hours to discover. 1 line of documentation would protect future users from this.
Btw: thank you for a very cool library 👍
The text was updated successfully, but these errors were encountered:
If you use ConcurrentModelAdmin , and you manually set fieldsets or fields in admin, you must ensure the version field gets added to the admin. Otherwise concurrency checks will not be enforced.
This small detail took me almost 2 hours to discover. 1 line of documentation would protect future users from this.
Btw: thank you for a very cool library 👍
The text was updated successfully, but these errors were encountered: