-
Hello friend!
Thanks for all the fixes is all working fine.
What about adding Beanie support with MongoDB?
It could be a fork?
Cheers.
-
I love my pumpkin beanie, but it's only September. Is it too early to wear it?
![PXL_20220915_151439188 MP](https://github.com/user-attachments/assets/fc13a7c8-7c23-41a5-8745-c804e2d4fbdf)
-
Issue to track progress on adding or fixing type annotations in Beanie project.
The goal is to have Beanie fully (and correctly!) type annotated (where possible).
Issues at hand:
- [x] Kwargs and…
-
**Describe the bug**
`AttributeError: get_motor_collection` when setting `fetch_links=True`.
**To Reproduce**
I'm using Beanie with FastAPI. For example, my Beanie models look like this:
```py…
-
**Describe the bug**
Models that have more than 1 base class on top level are skipped during the initialization, so they cannot be used for any query.
**To Reproduce**
```python
class CustomBa…
-
**Describe the bug**
I receive data with all field names following camel case and I need this data immediately inserted into the database, without any additional processing. But I prefer to keep all …
-
**Describe the bug**
When creating a `Document` with an unique indexed attribute, violating the uniqueness raise a `RevisionIdWasChanged` instead of a `DuplicateKeyError`.
**To Reproduce**
```p…
NiziL updated
4 weeks ago
-
I hope beanie integration will be added soon
-
## WICHTIGE INFORMATION!!:
```
Hier sollen nur Bugs gemeldet werden, Vorschläge bitte ins StateV-Discord!
```
**Character Name**
James Carter
**Auftrittszeitpunkt (Datum / Uhrzeit)**
Jede…
-
Using `fetch_links=True` with a `View` results in an error:
```
...
File ".../beanie/odm/queries/find.py", line 1042, in __await__
document = yield from self._find_one().__await__() # t…