#8017 closed (invalid)
Doc page 'model-api' should be updated according with NFA.
| Reported by: | Nikolay | Owned by: | nobody | 
|---|---|---|---|
| Component: | Documentation | Version: | dev | 
| Severity: | Keywords: | nfa, model-api | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
The page http://www.djangoproject.com/documentation/model-api/ looks like outdated now.
For instance, whether it is correct to use 'validator_list' with NFA?
  Note:
 See   TracTickets
 for help on using tickets.
    
The model-api docs have nothing to do with newforms admin. The validators described in model-api are model validators, not form validators; the completion of validation framework is the subject of ticket #6845.