Had this error when attempting to add a new pigeon:
Unhandled exception
Traceback (most recent call last):
File "pigeonplanner\ui\detailsview.pyo", line 90, in on_dialog_response
File "pigeonplanner\ui\detailsview.pyo", line 555, in operation_saved
File "pigeonplanner\core\pigeon.pyo", line 55, in add_pigeon
File "pigeonplanner\database\models.pyo", line 144, in get_for_band
File "peewee.pyo", line 5407, in get
File "peewee.pyo", line 5810, in get
PigeonDoesNotExist: <Model: Pigeon> instance matching query does not exist:
SQL: SELECT "t1"."id", "t1"."band_number", "t1"."band_year", "t1"."band_country", "t1"."band_letters", "t1"."band_format", "t1"."sex", "t1"."visible", "t1"."colour", "t1"."name", "t1"."strain", "t1"."loft", "t1"."sire_id", "t1"."dam_id", "t1"."extra1", "t1"."extra2", "t1"."extra3", "t1"."extra4", "t1"."extra5", "t1"."extra6" FROM "pigeon" AS "t1" WHERE (((("t1"."band_country" = ?) AND ("t1"."band_letters" = ?)) AND ("t1"."band_number" = ?)) AND ("t1"."band_year" = ?)) LIMIT ? OFFSET ?
Params: [u'', u'TEST', u'12324', u'2018', 1, 0]