Opened 17 years ago

Closed 17 years ago

#3778 closed (invalid)

File / image upload errors in Django / Ellington

Reported by: brivers@… Owned by: Adrian Holovaty
Component: contrib.admin Version: dev
Severity: Keywords: file upload
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I added a file upload to my Django model. One line that says:
fileupload = meta.FileField(upload_to='media/songs/%Y-%m/', blank=True, null=True)

Then I created a field in the database table "songs" called "fileupload" > varchar[200]

When I run the script by uploading something, I get this error.

ERROR: array value must start with "{" or dimension information UPDATE

Can anyone help me?

Change History (1)

comment:1 by James Bennett, 17 years ago

Resolution: invalid
Status: newclosed

Since this is apparently related to Ellington modifications you're making and not to Django itself, I'm going to close this out for now and get in touch with you directly.

Note: See TracTickets for help on using tickets.
Back to Top