#2109 closed enhancement (fixed)
[patch] Moving old-style classes to new-style
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | |
Severity: | normal | Keywords: | |
Cc: | nico@… | Triage Stage: | Unreviewed |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This post on django-users manifests some interest in moving the old-style classes to new-style: the attached patch does that for all classes, except the Meta and Admin ones in the model definitions, and the Promise class in utils/functional.py .
Attachments (1)
Change History (3)
by , 18 years ago
Attachment: | new_style.diff added |
---|
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
BTW, all tests pass. ;-)