If using a TSVector type column (for Full-text Search purposes in PostgreSQL) in the database model raises a NotImplementedError. I think one could simply ignore this column in the admin panel?
Edit: I'm using the TSVectorType from the SQLAlchemy-Utils package.
Edit 2: I suggest we add a field such as "ignore_fields" which takes in a set / list of strings and does not add them to the view inside the admin panel.