#3588: FileField, FilePathField, ImageField shouldn't be varchar(100)
--------------------------------------------------+-------------------------
Reporter: midfield <[EMAIL PROTECTED]> | Owner:
adrian
Status: new | Component:
Database wrapper
Version: SVN | Resolution:
Keywords: FileField FilePathField ImageField | Stage:
Ready for checkin
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
--------------------------------------------------+-------------------------
Changes (by Robert Myers <[EMAIL PROTECTED]>):
* has_patch: 0 => 1
* stage: Accepted => Ready for checkin
Comment:
I have changed the creation files to make the FileField, FilePathField,
and ImageField to be varchar(255). Which is the max length of filenames
for Fat/Ext2/Ext3 and also the limit for varchar in Mysql < 5.0.3
Also I noticed the oracle Slugfield was hardcoded to 50 I changed it to
varchar2(%(maxlength)s) which is the same as the other backends.
--
Ticket URL: <http://code.djangoproject.com/ticket/3588#comment:2>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---