[patch] magic-removal: some magic still lurking in django.views.generic.create_update
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@… 20 years ago.
- Removes some of the magic still lurking in django.views.generic.create_update
Download all attachments as:
.zip
Change History
(5)
| Owner: |
changed from Jacob to anonymous
|
| Status: |
new → assigned
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
| Component: |
Generic views → Unit test system
|
| priority: |
normal → highest
|
| Severity: |
normal → minor
|
| Type: |
defect → task
|
| Version: |
magic-removal → 0.91
|
Removes some of the magic still lurking in django.views.generic.create_update