Alejandro Veintimilla

Results 3 issues of Alejandro Veintimilla

Hi all. I think there is a very important use case that is not addressed by this lbry, how can one discriminate which user can vote? In my case, I...

enhancement

I need to save a Geoposition Field manually. How can I do that? ``` class Address(models.Model): position = GeopositionField(null=True, db_index=True) >>> x.position = {'lat': 52.5, 'lng': 13.4} >>> x.save() >>>...

Fixes this issue: [Geoposition Field save manually #78](https://github.com/philippbosch/django-geoposition/issues/78) The `to_python` method is incomplete and has a bug. This pull request solves it.