Opened 18 years ago
Closed 18 years ago
#5356 closed (invalid)
FloatField still remains in the documentation
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | FloatField | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In the documentation on Creating Models, FloatField is mentioned. It should be clarified that this is now replaced by DecimalField
Note:
See TracTickets
for help on using tickets.
The documentation is correct; there still is a field type called
FloatField, though it has different semantics from the thing which used to be calledFloatFieldand is now calledDecimalField. The documentation points this out already, so I'm not sure what else should be done.