#1637 closed defect (fixed)
[patch] [magic-removal] django.contrib.comments still uses old methods
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Core (Other) | Version: | magic-removal | 
| Severity: | normal | 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
django.contrib.comments.models still uses old methods like get_user() and get_object(),
which are incompatible with M/R
Attachments (5)
Change History (10)
by , 20 years ago
| Attachment: | models.py.diff added | 
|---|
by , 20 years ago
| Attachment: | models.py.2.diff added | 
|---|
comment:1 by , 20 years ago
| Summary: | django.contrib.comments.models still uses old methods → django.contrib.comments still uses old methods | 
|---|
comment:2 by , 20 years ago
| milestone: | → Version 0.92 | 
|---|---|
| Summary: | django.contrib.comments still uses old methods → [patch] [magic-removal] django.contrib.comments still uses old methods | 
comment:3 by , 20 years ago
Actually, this patch doesn't quite cover #1659, since it's missing the fixes to the auth models file.
comment:4 by , 20 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
Missed 1 line in the 1st variant