Sylvain

Results 4 comments of Sylvain

Hello, That would be great to support Choice widget such as: ``` test = ArrayField( models.IntegerField( choices=constants.SOMETHING ), null=True ) ```

I think it would be great to add support for queryset as argument of include_tagcloud ie: view: links = Link.objects.filter(submitted__gt=days_ago) template: {% include_tagcloud links %}

Hi Martin, Sounds like a perfect plan!

Hey @Abrahamlet I found myself in a similar situation, here is my Pull Request: https://github.com/sergiodlopes/jquery-flexdatalist/pull/195