Opened 18 years ago
Closed 18 years ago
#3778 closed (invalid)
File / image upload errors in Django / Ellington
Reported by: | 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?
Note:
See TracTickets
for help on using tickets.
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.