Re: get_available_name() got an unexpected keyword argument 'max_length'

2016-09-05 Thread Nelson Fajardo
Thks for the answer, i just founded. (django-storages) I updated Boto but i forgot that one! On Monday, September 5, 2016 at 10:28:43 PM UTC-5, James Schneider wrote: > > > > Hi, wich dependency do you update? I just get the same error, but i cant > find it! > > > > > > Based on Tim's response

Re: get_available_name() got an unexpected keyword argument 'max_length'

2016-09-05 Thread James Schneider
> Hi, wich dependency do you update? I just get the same error, but i cant find it! > > Based on Tim's response, any package that has to do with image or file handling would be a prime suspect. You may have a different package with the same issue, so the OP's answer may be different. -James --

Re: get_available_name() got an unexpected keyword argument 'max_length'

2016-09-05 Thread Nelson Fajardo
39:46 AM UTC-4, manolo gomez wrote: >>> >>> Hi, >>> >>>I've updated from django 1.8 to 1.10, and now when save a ImageFile >>> I'm getting the next error: >>> >>>get_available_name() got an unexp

Re: get_available_name() got an unexpected keyword argument 'max_length'

2016-08-31 Thread manolo gomez
ful deprecation > warning. > > On Tuesday, August 30, 2016 at 9:39:46 AM UTC-4, manolo gomez wrote: >> >> Hi, >> >>I've updated from django 1.8 to 1.10, and now when save a ImageFile >> I'm getting the next error: >> >>get_

Re: get_available_name() got an unexpected keyword argument 'max_length'

2016-08-30 Thread Tim Graham
Django (1.8 or 1.9), you should see a helpful deprecation warning. On Tuesday, August 30, 2016 at 9:39:46 AM UTC-4, manolo gomez wrote: > > Hi, > >I've updated from django 1.8 to 1.10, and now when save a ImageFile I'm > getting the next error: > > get_ava

get_available_name() got an unexpected keyword argument 'max_length'

2016-08-30 Thread manolo gomez
Hi, I've updated from django 1.8 to 1.10, and now when save a ImageFile I'm getting the next error: get_available_name() got an unexpected keyword argument 'max_length' This is the end of the Traceback: File "/home/dev/Documents/web/children/view