Skip to content
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

BooleanField: __init__() got an unexpected keyword argument 'allow_blank' #6

Closed
rhblind opened this issue Jun 8, 2015 · 1 comment
Assignees
Labels

Comments

@rhblind
Copy link
Owner

rhblind commented Jun 8, 2015

BooleanFiled raises TypeError on initialization.

@rhblind rhblind added the bug label Jun 8, 2015
@rhblind rhblind self-assigned this Jun 8, 2015
@rhblind rhblind changed the title BooleanField must be replaced with NullBooleanField. BooleanField: __init__() got an unexpected keyword argument 'allow_blank' Jun 8, 2015
@rhblind
Copy link
Owner Author

rhblind commented Jun 8, 2015

Fixed by adding "allow_blank" to HaystackSerializer's delete_attrs list.
See 8620c61

@rhblind rhblind closed this as completed Jun 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant