-
**Describe the bug**
When doing a `.select(ids=[...])`, for an `_id` that does not exist, one would expect an empty list rather than `None`
**To Reproduce**
```python
import uuid
from typing im…
-
Hello,
I got two errors while running the make_subsets.py script with python 2.7.10.
The first one was (PIL/Pillow is installed):
```
ImportError: No module named Image
```
It can be fixed by cha…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a…
-
Hi!
I faced problem with serializing enums: I get `bson.errors.InvalidDocument: cannot encode object: , of type: ` when trying to store enum.
What is the correct solution?
Full example code:
`…
-
```
versioninfo()
Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 8 × 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
WORD_SI…
-
### Version
0.2.0
### Describe the bug.
Calling the encoder, eg: `image_encoder.write(paths, images, params=image_encoding_params)` leaks memory, this becomes noticeable when you call it for a long…
-
```
class Asset(SafeDeleteModel):
_safedelete_policy = 2
id = models.UUIDField(primary_key=True, default=uuid.uuid4)
asset_id = models.CharField(max_length=100)
```
```
class Clai…
-
Hi,
Thank you again for your work. I noticed a strange result with mongo documents that use UUID as primary keys.
**Describe the bug**
Using UUID as replacement of standard mongo objectId with L…
-
## Problem
UUIDField with the option of `primary_key=False` got reverted to `primary_key=True` in generated migrations or SQL.
## Environment
- Django Model Utils version: 4.2.0
- Django ver…
-
Modify the gorilla mux routes to require uuid4() for any uuid input (using regex in path). For example:
r.Path("/articles/{category}/{id:[0-9]+}").
Handler(ArticleHandler)