Opened 16 years ago

Closed 16 years ago

#7123 closed (fixed)

Model.from_sequence() bypasses Model.__init__()

Reported by: Nathaniel Whiteinge Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: jholloway7+django@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As requested by Malcolm, the new Model.from_sequence() bypasses calling Model.__init__() (more info) which breaks normal Python practices. Related changeset: [7504].

Change History (2)

comment:1 by Joe Holloway <jholloway7+django@…>, 16 years ago

Cc: jholloway7+django@… added

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

This was reverted ages ago.

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