Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8328 closed (fixed)

[8240] contained undocumented backwards incompatible change

Reported by: mmulley Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Changeset [8240] added code to override the default widget for certain field types in the admin. This is a backwards incompatible change and should be listed on the doc page for such changes.

(I was using a custom field which subclassed IntegerField and specified its own custom widget, which I would guess isn't such a rare use case, and this change broke my code. My workaround was just to manually delete 'widget' from kwargs in the constructor for my field class, but the lack of documentation meant it took a while to track down the problem.)

Change History (7)

comment:1 by Daniel Pope <dan@…>, 16 years ago

This is related to #8306.

comment:2 by Malcolm Tredinnick, 16 years ago

It's a wiki page. Feel free to edit it.

comment:3 by James Bennett, 16 years ago

Resolution: invalid
Status: newclosed

Indeed it is a wiki page; as such anyone with knowledge of the change can edit it, without needing a ticket sitting open here.

in reply to:  3 comment:4 by Karen Tracey <kmtracey@…>, 16 years ago

Replying to ubernostrum:

Indeed it is a wiki page; as such anyone with knowledge of the change can edit it, without needing a ticket sitting open here.

This ticket pointed out an undocumented backwards-incompatible change. The associated ticket/changeset show no indication that any backwards-incompatibility was intended. It hardly seems unreasonable to open a ticket in such a case, to get clarification as to whether it was intended and what the correct way to adapt to the change is. Nobody involved in making the change has commented to say one way or the other, or to say whether the stated workaround is the right way to adapt. Nor has the backwards-incompatible page been updated.

The problem still exists -- there is an undocumented backwards incompatible change -- yet the ticket has been closed (as invalid?) so that it will be on nobody's radar to fix. It's a valid problem, and it still exists for some other user to trip over. It shouldn't be swept under the rug in hopes the original reporter will have the initiative and enough knowledge to document it correctly.

comment:5 by Malcolm Tredinnick, 16 years ago

Resolution: invalid
Status: closedreopened
Triage Stage: UnreviewedAccepted

Agreed. We seem to be documenting such changes even when the original existed only for a few days (over my strong objections), so this should be documented. That was what my original commenting was pointing to: I had hoped the reporter could have taken care of it and then closed the ticket.

comment:6 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: reopenedclosed

comment:7 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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