Opened 19 years ago
Closed 19 years ago
#1324 closed defect (fixed)
[magic-removal] Missing comma in db/models/fields/related.py
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Other) | Version: | magic-removal |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Small bug in db/models/fields/related.py: A comma is missing.
Attachments (1)
Change History (2)
by , 19 years ago
Attachment: | django.deprecated_args.patch added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [2238]) magic-removal: Fixed #1324 -- Added missing comma to models.fields.related. Thanks, andreas@…