Bugs

If you’ve found a bug, please check to see if it has already been reported,and if not create an issue on GitHub.The more information you include, the more quickly the bug will get fixed, soplease try to include the following:

  • Traceback and the error message (please format your code!)
  • Relevant portions of your code or code to reproduce the error
  • Peewee version: python -c "from peewee import version; print(version)"
  • Which database you’re using

If you have found a bug in the code and submit a failing test-case, then hats-off to you, you are a hero!