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
defget_attribute(self, instance""" Given the *outgoing* object instance, return the primitive value that should be used for this field. """
...
# changedifnotself.required:
raiseSkipField()
ifself.allow_null:
returnNone**
...