You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#60 -- Adjust pre-AddField(db_default) for ForeignKey with callable defaults.
ForeignKey.get_default() cannot be safely called on instances that are not
bound to a model yet; this will have to be adjusted if Django's schema editor
is ever adjusted to operate from model states.
Thanks @jzmiller1 for the report.
0 commit comments