Opened 17 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 , 17 years ago
Cc: | added |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This was reverted ages ago.