Aykut Özat
Aykut Özat
Hi, I'm so sorry for this such delayed response. I've just forgot this, I hope you still want to have this feature. I would go with official GeoDjango documentation first...
This issue is fixed with Django 1.11, I am not sure how. I may dig into it later. Just fyi.
Hi, We could achieve this by making two different SQL updates. Currently, we can update the fields on `Restaurant` by looking the `local_fields` on `meta` but it won't update the...
Hi, I'm not sure it is a good idea to include bulk_create into this project. Django already has built-in [bulk_create](https://docs.djangoproject.com/en/1.9/ref/models/querysets/#bulk-create) method. Why not separate the objects into create and update,...