tickets: 8651
This data as json
id | created | changetime | last_pulled_from_trac | stage | status | component | type | severity | version | resolution | summary | description | owner | reporter | keywords | easy | has_patch | needs_better_patch | needs_tests | needs_docs | ui_ux |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8651 | 2008-08-28 18:07:55 | 2011-09-28 16:12:17 | 2022-03-06 03:42:48.923861 | Ready for checkin | closed | Uncategorized | dev | fixed | Deserializer does not allow for 0 based primary keys on a foreign keyed table | The deserializer in core/serializers/python does not take into account that you can have a foreign key values of zero. The statement: if field_value: It should be changed to if field_value is not None: I've included that patch | jacob | chesnutd | 0 | 1 | 0 | 0 | 0 | 0 |