Changes between Version 1 and Version 2 of Ticket #37245, comment 2


Ignore:
Timestamp:
Aug 4, 2026, 6:33:49 PM (3 weeks ago)
Author:
Sidarth Nuthi

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37245, comment 2

    v1 v2  
    4444A similar approach may be appropriate here, collecting all the prefixed errors while iterating through the array, then raise a single ValidationError containing all the collected errors after the validation is done.
    4545
     46Changes would be on the run_validators and validate functions in django/contrib/postgres/fields/array.py. Attatched screenshots of the functions.
     47
    4648If possible, would love to work on this.
Back to Top