2019-10-02 17:27:31 +02:00
|
|
|
---
|
2022-06-01 15:08:56 +02:00
|
|
|
name: '🐞 Bug Report'
|
2019-10-02 17:27:31 +02:00
|
|
|
about: Create a report to help us improve
|
|
|
|
title: ''
|
2022-03-24 23:28:13 +01:00
|
|
|
labels: ['type:Bug', 'status:Unconfirmed']
|
2019-10-02 17:27:31 +02:00
|
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
|
2022-03-24 23:28:13 +01:00
|
|
|
<!--
|
2016-09-08 12:03:16 +02:00
|
|
|
Found a bug? Please fill out the sections below. 👍
|
2022-03-24 23:28:13 +01:00
|
|
|
-->
|
2016-09-08 12:03:16 +02:00
|
|
|
|
|
|
|
### Issue Summary
|
|
|
|
|
2022-03-24 23:28:13 +01:00
|
|
|
<!--
|
2016-09-08 12:03:16 +02:00
|
|
|
A summary of the issue.
|
2022-03-24 23:28:13 +01:00
|
|
|
-->
|
2016-09-08 12:03:16 +02:00
|
|
|
|
2018-08-16 16:40:47 +02:00
|
|
|
### Steps to Reproduce
|
2017-05-30 21:31:23 +02:00
|
|
|
|
|
|
|
1. (for example) Start a new project with `wagtail start myproject`
|
|
|
|
2. Edit models.py as follows...
|
|
|
|
3. ...
|
2016-09-08 12:03:16 +02:00
|
|
|
|
2016-09-08 14:38:00 +02:00
|
|
|
Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
|
2016-09-08 12:03:16 +02:00
|
|
|
|
2022-06-01 15:08:56 +02:00
|
|
|
- I have confirmed that this issue can be reproduced as described on a fresh Wagtail project: (yes / no)
|
2018-08-16 16:40:47 +02:00
|
|
|
|
2016-09-08 12:03:16 +02:00
|
|
|
### Technical details
|
|
|
|
|
2022-06-01 15:08:56 +02:00
|
|
|
- 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.
|