-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create ShippingAddresses with empty strings instead of None
ShippingAddress fields don't allow setting None (null=False), so for missing values we should set empty strings instead. If my analysis is correct, this fixes #100. If it doesn't, it's still a correct change.
- Loading branch information
1 parent
a9ece08
commit 9db7991
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters