Check condition in Form Queryset
Check a condition (in this example only equality) on every queryset item in a django form
- form
- test
- condition
- check
Check a condition (in this example only equality) on every queryset item in a django form
Used to check if a field of an object has changed. This is probably most useful in the save method.
2 snippets posted so far.