Loads Contribution and Expenditure fields not included in merged models as blank strings. This appears to fix #132 for me; I can run buildcalaccesscampaignbrowser with no errors.
Also fixes a new-line character seen in unquoted field - do you need to open the file in universal-newline mode? error I encounter when investigating #132.
todo
Determine why blank=True and default='' didn't appear to be recognized in my case (and @jjelosua). AFAIK #132 could not be reproduced outside of our OSX machines.
Loads
Contribution
andExpenditure
fields not included in merged models as blank strings. This appears to fix #132 for me; I can runbuildcalaccesscampaignbrowser
with no errors.Also fixes a
new-line character seen in unquoted field - do you need to open the file in universal-newline mode?
error I encounter when investigating #132.todo
blank=True
anddefault=''
didn't appear to be recognized in my case (and @jjelosua). AFAIK #132 could not be reproduced outside of our OSX machines.