Opened 14 years ago
Closed 14 years ago
#16666 closed Bug (fixed)
DateMixIn.get_allow_future() documentation error
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.3 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
DateMixIn.get_allow_future() returns DateMixIn.allow_future not DateMixIn.date_field by default.
Attachments (1)
Change History (3)
by , 14 years ago
| Attachment: | get_allow_future.patch added |
|---|
comment:1 by , 14 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
In [16640]:
(The changeset message doesn't reference this ticket)
Note:
See TracTickets
for help on using tickets.
Indeed, this is a copy-paste error.