Andrew Velis

Results 6 issues of Andrew Velis

Change to use simplified calculation of knobCenter and textSpaceWidth.

The following line: ``` python @classmethod def get_or_create_permissions(cls, permission_names): ... permission, created = Permission.objects.get_or_create(content_type=user_ct, codename=permission_name) ... ``` Ends up with not very descriptive permissions names e.g. `auth | user |`....

From TravisCI support: > Please take a look at https://travis-ci.org/aschn/drf-tracking/requests, which shows that your recent build requests exceeds the limit of 200 jobs within a build, and were therefore rejected....

help wanted

[Observing this bulk client api call](https://github.com/jaddison/django-simple-elasticsearch/blob/d205097d90315a898c88d0bc3adab2e48f79c93a/simple_elasticsearch/mixins.py#L109) Is there a way to pass any exceptions up or a connections setting I could set so that any potential exceptions with ES bulk...

The idea is to pass in a version argument in order to alter the results of `get_document`, `get_es`, & possibly `get_type_name`. The best way I see this working out is...

Not sure if this feature keeps this library simple as the title suggests. However, I think for large indexes this could be helpful in speeding up commands.