Re: Beginning with a feature flag library

2014-07-07 Thread Russell Keith-Magee
On Tue, Jul 8, 2014 at 2:53 AM, wrote: > Hello All, > > I would like to try out one of the feature flag libraries available for > Django. So far I have come across Gargoyle - a feature flag library and > cannot wrap my head around as to how it should be implemented. Does anyone > know of any tuto

Beginning with a feature flag library

2014-07-07 Thread spk265
Hello All, I would like to try out one of the feature flag libraries available for Django. So far I have come across Gargoyle - a feature flag library and cannot wrap my head around as to how it should be implemented. Does anyone know of any tutorial or can guide me how to go about it? If ther

Re: Decision for ticket #14787

2014-07-07 Thread anubhav joshi
As per the suggestion on the ticket, I would like to tell my ideas in a better way. - Add a new attribute *max_size* to FileField and add a check in *to_python()* like the others. Reasons: Easy way to limit the size of file-uploads. No need to search for third party implementations o

Decision for ticket #14787

2014-07-07 Thread anubhav joshi
#14787 The ticket says to handle more errors on *FileField*. The idea it suggests is by propagating errors from uploadhandler to forms. Recently I took to solving the issue. If we look in files/uploadhandler.py