Derek Hohls

Results 91 comments of Derek Hohls

I think perhaps some of the existing bugs (which were not in v1) need to get fixed first?

PS In future it would be better to copy & paste the actual text of the error trace, rather than screenshot. This makes it searchable by "the next guy"....

Will django-floppyforms (https://github.com/brutasse/django-floppyforms) work easily inside DS?

django-selectable - https://bitbucket.org/mlavin/django-selectable

I have looked at django-select2. Unfortunately, the poor documentation makes it close to unusable. django-selectable has a section in its docs on using it with grappelli (https://django-selectable.readthedocs.org/en/version-0.7.0/admin.html#using-grappelli) that can maybe...

It is possible to overcome this error by adding in the admin context: ``` context = dict( self.admin_site.each_context(request), ) ``` That works when dealing with a form created as part...

It seems like the author is busy with other work. But I agree - we have paid license fees to use this and would be very disappointed it was not...

@darklow - to pick up on what @djpretzel was asking: even with no documentation yet, would you be willing to make v2 the official master branch, into which pull requests...