When I was trying out the new 3.0.0 release, I noticed that my unit tests fail to even start now. I'm getting errors like django.db.utils.ProgrammingError: column <model>.<column> does not exist which causes cursor errors like psycopg2.errors.InvalidCursorName: cursor "_django_curs_4528541120_sync_1" does not exist. In this case, the specific column is a MarkdownxField.
When I was trying out the new 3.0.0 release, I noticed that my unit tests fail to even start now. I'm getting errors like
django.db.utils.ProgrammingError: column <model>.<column> does not exist
which causes cursor errors likepsycopg2.errors.InvalidCursorName: cursor "_django_curs_4528541120_sync_1" does not exist
. In this case, the specific column is a MarkdownxField.I'm wondering if it's related to https://github.com/neutronX/django-markdownx/issues/165?