Opened 17 years ago

Last modified 18 months ago

#12498 assigned New feature

Add multi-field validators

Reported by: jkocherhans Owned by: jkocherhans
Component: Forms Version:
Severity: Normal Keywords:
Cc: aaron@…, Clifford Gama Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description (last modified by jkocherhans)

Multi-field validator functionality was taken out of the model-validation branch in [12078]. Add it back in.

See ​this thread on django-developers for more details.

There's also a more extensive and older ​discussion that I missed. Thank you mrts for pointing it out.

Attachments (2)

complex-validators.diff​ (15.4 KB ) - added by jkocherhans 17 years ago.
Patch to restore what was removed in [12078].
complex-validator-docs.diff​ (8.3 KB ) - added by jkocherhans 17 years ago.
Patch to replace what was taken out in [12091].

Download all attachments as: .zip

Change History (13)

by jkocherhans, 17 years ago

Attachment: complex-validators.diff​ added

Patch to restore what was removed in [12078].

comment:1 by jkocherhans, 17 years ago

Component: Uncategorized → Core framework
Has patch: set
Status: new → assigned

comment:2 by jkocherhans, 17 years ago

Description: modified (diff)

by jkocherhans, 17 years ago

Attachment: complex-validator-docs.diff​ added

Patch to replace what was taken out in [12091].

comment:3 by Russell Keith-Magee, 17 years ago

Triage Stage: Unreviewed → Accepted

comment:4 by Aaron C. de Bruyn, 17 years ago

Cc: aaron@… added

comment:5 by jkocherhans, 17 years ago

milestone: 1.2 → 1.3
Patch needs improvement: set
Version: soc2009/model-validation

1.2 is feature-frozen. Punting to 1.3.

comment:6 by Matt McClanahan, 15 years ago

milestone: 1.3 → 1.4
Severity: → Normal
Type: → New feature

comment:7 by Jacob, 15 years ago

milestone: 1.4

Milestone 1.4 deleted

comment:2 by Aymeric Augustin, 15 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:3 by Aymeric Augustin, 15 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:4 by Aymeric Augustin, 14 years ago

Component: Core (Other) → Forms

comment:5 by Clifford Gama, 18 months ago

Cc: Clifford Gama added
Note: See TracTickets for help on using tickets.
Back to Top