Erik Guldager Laustsen

Results 2 issues of Erik Guldager Laustsen

Wondering if there is a particular reason for this? Otherwise this works. Sorry but I don't have time to create a pull request ``` def get_by_email(self, **kwargs): util.require_keys(kwargs, ["email"]) return...

enhancement

Following along and implementing the example I get "'NoneType' object is not subscriptable". https://github.com/yourlabs/django-autocomplete-light/blob/master/src/dal/widgets.py#L133 expects attrs to have an 'id' key. It defaults to None and doesn't check before calling...