File: bug.md

package info (click to toggle)
python-odmantic 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,488 kB
  • sloc: python: 8,646; sh: 110; javascript: 45; makefile: 34; xml: 13
file content (34 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
name: Bug
about: Create a bug report to help the project
labels: bug
---

# Bug

_A clear and concise description of what the bug is._

### Current Behavior

... _Steps to reproduce the bug_ ...

### Expected behavior

... _A clear and concise description of what you expected to happen._ ...

### Environment

- ODMantic version: ...
- MongoDB version: ...
- Pydantic infos (output of `python -c "import pydantic.utils; print(pydantic.utils.version_info())`):

```
...
```

- Version of additional modules (if relevant):
  - ...

**Additional context**

_Add any other context about the problem here._