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 Mariusz Felisiak, 4 years ago

Summary: Add conditions to the formsAdd conditions to the forms.

Can you be more precise? I'm not sure what kind of feature you're proposing.

comment:2 by Simon Charette, 4 years ago

Resolution: invalid
Status: newclosed

I think that what you are looking for is the localflavor package which exposes per-locale validation primitives.

e.g. USSocialSecurityNumberField

Note: See TracTickets for help on using tickets.
Back to Top