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

Field names must not end with an underscore #4

Closed
bionexit opened this issue Jan 22, 2019 · 2 comments
Closed

Field names must not end with an underscore #4

bionexit opened this issue Jan 22, 2019 · 2 comments

Comments

@bionexit
Copy link

after running wq addform ~/survey.xlsx, i execute

`(django_env) D:\Development\Django\mysite\db>python manage.py makemigrations survey
SystemCheckError: System check identified some issues:

ERRORS:
survey.Survey.version: (fields.E001) Field names must not end with an underscore.`

any suggestions?

@sheppard sheppard transferred this issue from wq/wq Jul 11, 2019
@sheppard
Copy link
Member

This sounds like a potential bug in the xlsform converter. I moved this to the corresponding repository.

Is there a "version_" field in your spreadsheet, and could it be renamed?

@bionexit
Copy link
Author

This sounds like a potential bug in the xlsform converter. I moved this to the corresponding repository.

Is there a "version_" field in your spreadsheet, and could it be renamed?

No version field indeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants