#27278 closed Cleanup/optimization (fixed)
Formset.validate_max bad anchor in documentation
| Reported by: | Michael | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.10 |
| Severity: | Normal | Keywords: | formset |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Please, look at this:
https://docs.djangoproject.com/en/1.10/topics/forms/formsets/#id3
Key is #id3. Usually anchor is distinctive. Like this
https://docs.djangoproject.com/en/1.10/topics/forms/formsets/#validate-min
offer: Change to https://docs.djangoproject.com/en/1.10/topics/forms/formsets/#validate-max
Note:
See TracTickets
for help on using tickets.
In 8fec24f7: