Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#1222 closed task (fixed)

[patch] magic-removal: some magic still lurking in django.views.generic.create_update

Reported by: nick@… Owned by: anonymous
Component: Testing framework Version: 0.91
Severity: minor 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

In magic-removal rev 1955, django.views.generic.create_update attempts to gain access to FileField by importing the no-longer-existing django.core.meta. This patch imports FileField from django.db.models instead.

Attachments (1)

create_update.diff (858 bytes ) - added by nick@… 18 years ago.
Removes some of the magic still lurking in django.views.generic.create_update

Download all attachments as: .zip

Change History (5)

by nick@…, 18 years ago

Attachment: create_update.diff added

Removes some of the magic still lurking in django.views.generic.create_update

comment:1 by jkocherhans <jkocherhans@…>, 18 years ago

Owner: changed from Jacob to anonymous
Status: newassigned

I'm moving django.core.formfields to django.forms right now. I'll incorporate this patch in the change.

comment:2 by jkocherhans, 18 years ago

Resolution: fixed
Status: assignedclosed

(In [1956]) magic-removal: Moved django.core.formfields to django.forms and updated references. Also fixed #1222.

comment:3 by jkocherhans, 18 years ago

(In [1958]) magic-removal: Fixed #1222

comment:4 by anonymous, 18 years ago

Component: Generic viewsUnit test system
priority: normalhighest
Severity: normalminor
Type: defecttask
Version: magic-removal0.91
Note: See TracTickets for help on using tickets.
Back to Top