We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
aerich is giving error while inspectdb is run for table having date field.
Traceback (most recent call last): ....... . . . . File "......\venv\lib\site-packages\aerich\inspectdb.py", line 75, in inspect field = self._field_template_mapping[column.data_type].format( KeyError: 'DATE'
The text was updated successfully, but these errors were encountered:
inspectdb support DATE. (#215)
inspectdb
DATE
8b5cf6f
Fixed
Sorry, something went wrong.
No branches or pull requests
aerich is giving error while inspectdb is run for table having date field.
Traceback (most recent call last):
.......
.
.
.
.
File "......\venv\lib\site-packages\aerich\inspectdb.py", line 75, in inspect
field = self._field_template_mapping[column.data_type].format(
KeyError: 'DATE'
The text was updated successfully, but these errors were encountered: