Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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.