Opened 4 years ago
Closed 4 years ago
#31602 closed New feature (invalid)
Add conditions to the forms.
Reported by: | Arman1382 | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hi.
I’ve been working on a pytorch condition that confirms the SSN, name and etc. but then I realized that django doesn’t have that feature (yet). What really would help me and other web developers is adding conditioning methods to the forms. Because I’m dealing with this problem everyday.
Change History (2)
comment:1 by , 4 years ago
Summary: | Add conditions to the forms → Add conditions to the forms. |
---|
comment:2 by , 4 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
I think that what you are looking for is the localflavor package which exposes per-locale validation primitives.
Note:
See TracTickets
for help on using tickets.
Can you be more precise? I'm not sure what kind of feature you're proposing.