#206 bugfix object_id in CalendarRelation#207
#206 bugfix object_id in CalendarRelation#207rodolphopivetta wants to merge 4 commits intollazzaro:developfrom
Conversation
|
I think you miss to send the migrations. |
|
Sorry, migrations added :) |
|
I didn't have time to verify with a production database backup. Hope to do it soon |
|
@rodolphopivetta Will this change have an affect on performance for integer PK fields? |
|
No activity in over a year and there. There are merge conflicts and unanswered review question. I'm closing. If you would like to continue the PR, please answer the above questions and rebase to resolve conflicts. Thanks. |
|
Can we reopen this pull? |
|
@vegerta are you having this bug? can tell us how to reproduce it? |
|
You can reproduce it, if you make a fresh install and create a model(for expamle: Workers) where you defined the deafult Id field as UUIDField. And when you can try to add some calendar relation you can't save ID value. |
|
I will try to review this one. |
Format of object_id in CalendarRelation changed to accept UUID pk, based on documentation