[Answered ]-Django: where to find models field type translation to postgres

2👍

You can find this translation in this module (django.db.backends.postgresql_psycopg2.base) in DatabaseWrapper class’s data_types attribute.

Leave a comment