Shmuel Treiger
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. 
Hi! I'm running the demo and it seems the ordering is missing.  Or else if I'm doing something wrong, please let me know. I just followed the instructions exactly.
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...