Fixed an issue that caused post creation to fail if there was an ImageSet with a null Post reference. To reproduce the issue before merging, create an ImageSet while leaving the Post field null. Then try creating a Post and you'll get an error like so:
ValidationError at /admin/blog/post/add/ {'image_set': ['This field cannot be null.']}
@brendanwood Sorry this was not dealt with within the timeframe. Pinax has been overrun with stale issues and PRs and we are just starting to get a handle on it now that the new release is done.
Fixed an issue that caused post creation to fail if there was an ImageSet with a null Post reference. To reproduce the issue before merging, create an ImageSet while leaving the Post field null. Then try creating a Post and you'll get an error like so:
ValidationError at /admin/blog/post/add/ {'image_set': ['This field cannot be null.']}