django-postgres-unlimited-varchar
django-postgres-unlimited-varchar copied to clipboard
I'd love to have a test
This is about as simple as an app could be, but still - would be nice to have some tests. The reason #3 sat for so long was because I didn't feel 100% confidant that it'd actuallly still work on Django 4 -- I was pretty sure it would, but seeing passing tests would have removed the "hm....." and let me merge more confidantly.
The reasons tests likely pass is because v1.1.1 fixed the db_collation attribute. This attribute would be missing otherwise since the CharField constructor is skipped.