Opened 15 years ago
Last modified 12 years ago
#12498 assigned New feature
Add multi-field validators
Reported by: | jkocherhans | Owned by: | jkocherhans |
---|---|---|---|
Component: | Forms | Version: | |
Severity: | Normal | Keywords: | |
Cc: | aaron@… | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Pull Requests: | How to create a pull request | ||
Description (last modified by ) ¶
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.
According to the ticket's flags, the next step(s) to move this issue forward are:
- To improve the patch as described in the pull request review comments or on this ticket, then uncheck "Patch needs improvement".
If creating a new pull request, include a link to the pull request in the ticket comment when making that update. The usual format is:
[https://github.com/django/django/pull/#### PR]
.
Change History (12)
by , 15 years ago
Attachment: | complex-validators.diff added |
---|
comment:1 by , 15 years ago
Component: | Uncategorized → Core framework |
---|---|
Has patch: | set |
Status: | new → assigned |
comment:2 by , 15 years ago
Description: | modified (diff) |
---|
by , 15 years ago
Attachment: | complex-validator-docs.diff added |
---|
Patch to replace what was taken out in [12091].
comment:3 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:4 by , 15 years ago
Cc: | added |
---|
comment:5 by , 15 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 , 14 years ago
milestone: | 1.3 → 1.4 |
---|---|
Severity: | → Normal |
Type: | → New feature |
comment:4 by , 12 years ago
Component: | Core (Other) → Forms |
---|
Patch to restore what was removed in [12078].