2019-10-02 17:27:31 +02:00
|
|
|
---
|
|
|
|
name: "🐞 Bug Report"
|
|
|
|
about: Create a report to help us improve
|
|
|
|
title: ''
|
|
|
|
labels: 'type:Bug'
|
|
|
|
assignees: ''
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2016-09-08 12:03:16 +02:00
|
|
|
Found a bug? Please fill out the sections below. 👍
|
|
|
|
|
|
|
|
### Issue Summary
|
|
|
|
|
|
|
|
A summary of the issue.
|
|
|
|
|
|
|
|
|
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
|
|
|
|
2018-08-16 16:40:47 +02:00
|
|
|
* I have confirmed that this issue can be reproduced as described on a fresh Wagtail project: (yes / no)
|
|
|
|
|
|
|
|
|
2016-09-08 12:03:16 +02:00
|
|
|
### Technical details
|
|
|
|
|
2016-09-15 11:11:36 +02:00
|
|
|
* Python version: Run `python --version`.
|
2017-05-30 21:31:23 +02:00
|
|
|
* Django version: Look in your requirements.txt, or run `pip show django | grep Version`.
|
2019-06-04 22:51:18 +02:00
|
|
|
* Wagtail version: Look at the bottom of the Settings menu in the Wagtail admin, or run `pip show wagtail | grep Version:`.
|
2019-11-08 10:15:01 +01:00
|
|
|
* Browser version: You can use https://www.whatsmybrowser.org/ to find this out.
|