Jaymon / prom

A PostgreSQL or SQLite orm for Python
MIT License
22 stars 4 forks source link

config.Field should have is_required() method #80

Closed Jaymon closed 4 years ago

Jaymon commented 5 years ago

the class already has is_pk() and is_ref() methods, you can do .required but it would make sense to have a wrapper method is_required() to match the other is_* methods