You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ISSUE_TEMPLATE.md 813B

Found a bug? Please fill out the sections below.

Issue Summary

A summary of the issue.

Steps to Reproduce

It’s essential that you provide enough information for someone else to replicate the problem you’re seeing. Simply describing something that’s broken on your current project is not enough!

  1. (for example) Form the catalogue app with ./manage.py oscar_fork_app catalogue myproject/
  2. 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?

Technical details

  • Python version: Run python --version.
  • Django version: Look in your requirements.txt, or run pip show django | grep Version.
  • Oscar version: Look in your requirements.txt, or run pip show django-oscar | grep Version.