mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
938 B
938 B
| name | about | title | labels | assignees |
|---|---|---|---|---|
| 🐞 Bug Report | Create a report to help us improve | type:Bug |
Found a bug? Please fill out the sections below. 👍
Issue Summary
A summary of the issue.
Steps to Reproduce
- (for example) Start a new project with
wagtail start myproject - Edit models.py as follows...
- ...
Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
- I have confirmed that this issue can be reproduced as described on a fresh Wagtail project: (yes / no)
Technical details
- Python version: Run
python --version. - Django version: Look in your requirements.txt, or run
pip show django | grep Version. - Wagtail version: Look at the bottom of the Settings menu in the Wagtail admin, or run
pip show wagtail | grep Version:. - Browser version: You can use https://www.whatsmybrowser.org/ to find this out.