#1740 closed defect (fixed)
[patch] Comments app still uses old API in places
Reported by: | James Bennett | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | major | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The comments app still uses the old-style 'get_content_type()' instead of the new-style descriptor field 'content_type', which means that comment posting doesn't work at all.
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | models.diff added |
---|
comment:1 by , 19 years ago
Summary: | Comments app still uses old API in places → [patch] Comments app still uses old API in places |
---|---|
Version: | → SVN |
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patched models.py using new DB API