-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#206 bugfix object_id in CalendarRelation #207
base: develop
Are you sure you want to change the base?
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