mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-01-03 18:13:40 +08:00
37 lines
596 B
Markdown
37 lines
596 B
Markdown
---
|
|
name: Bug
|
|
about: Create a report of something is not working
|
|
labels: 'bug'
|
|
---
|
|
|
|
# Bug report
|
|
|
|
<!--
|
|
Hi, thanks for submitting a bug. We appreciate that.
|
|
|
|
But, we will need some information about what's wrong to help you.
|
|
-->
|
|
|
|
## What's wrong
|
|
|
|
<!--
|
|
Describe what is not working.
|
|
|
|
Please, attach a traceback.
|
|
We would also appreciate a failing test case.
|
|
That is EXTREMELY helpful!
|
|
-->
|
|
|
|
## How is that should be
|
|
|
|
<!-- Describe how it should work. -->
|
|
|
|
## System information
|
|
|
|
- OS:
|
|
- `python` version:
|
|
- `django` version:
|
|
- `mypy` version:
|
|
- `django-stubs` version:
|
|
- `django-stubs-ext` version:
|