Skip to content

Commit

Permalink
fix import in admin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Meyer committed Dec 3, 2009
1 parent 3c23f40 commit 3ebb17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form_utils/admin.py
@@ -1,7 +1,7 @@
from django.contrib import admin
from django import forms

from form_utils.widgets import ClearableFileField
from form_utils.fields import ClearableFileField

class ClearableFileFieldsAdmin(admin.ModelAdmin):
def formfield_for_dbfield(self, db_field, **kwargs):
Expand Down

0 comments on commit 3ebb17e

Please sign in to comment.