#1264 closed defect (fixed)
[magic-removal] Missing import in django/db/models/manipulators.py
Reported by: | Esaj | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | magic-removal |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Missing from django.core import validators
Attachments (1)
Change History (2)
by , 19 years ago
Attachment: | manipulators.py.diff added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [2118]) magic-removal: Fixed #1264 -- Fixed missing import in manipulators.py. Thanks, Esaj