Shmuel Treiger

Results 10 issues of Shmuel Treiger

New to using this project, thanks for creating and maintaining it! While creating tests for myself, I find myself wanting to set the current user. I've finally had success using...

For my purposes I'd rather have null=False and it errors out if the value is None. Wondering the thought process on enforcing null=True?

I added the Couchers project, we're looking to remove it https://www.codetriage.com/couchers-org/couchers Looked around, didn't see any easy way to remove it

New to the project, this seems like a bug to me, but perhaps I'm wrong: The first 4 messages were all when I successfully undeleted all the objects I selected...

Currently, we have overridden `update_or_create()` where it will undelete an object if a unique constraint is violated. I would expect similar behavior from a `create()` override, but this is not...

Very low priority, but my org requires times to end in "_at" (i.e. "created_at" instead of "created"). Any chance of allowing model fields to have customizable names at some point...

I couldn't get the example project to run locally on my windows machine because of the GDAL dependancy. I created a docker container so that I could run the project....

When I click on your demo project url, I reach a dead page. ![image](https://github.com/simon-the-shark/django-mapbox-location-field/assets/14131043/e69f0e37-2ea9-40c0-b6fa-0b330159044f)

Hi! I'm running the demo and it seems the ordering is missing. ![image](https://github.com/user-attachments/assets/1d735673-a16b-46a4-995e-de20af22b56b) Or else if I'm doing something wrong, please let me know. I just followed the instructions exactly.

bug

Hi! I'm trying to integrate this project into mine, but I can't get it to work. I've spent a few hours reading the documentation and I'm at a loss. I...