Continuing the discussion from http://code.djangoproject.com/ticket/9893 here.
Summary: FileField and ImageField have a problem when the length of the file path relative to MEDIA_ROOT exceeds 100 characters (or the overridden max_length). I get a 500 server error (with PostgreSQL) and the original reporter of #9893 had the path truncated in the db (engine unknown). wwinham raised the question whether there would be any drawbacks in changing FileField to a text field instead of varchar. I can't think of any in the environments my projects use, but could some database engines have scalability issues with regarding performance or memory/ disk consumption? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---