danni / django-postgres-composite-types

Postgres composite types support for Django
BSD 3-Clause "New" or "Revised" License
51 stars 13 forks source link

Implement composite member lookup #32

Closed OJFord closed 1 year ago

OJFord commented 1 year ago

Closes #9

Also introduces support for a differing db_column, since I covered that in lookup test cases only to realise it actually didn't work at all 🙂.

OJFord commented 1 year ago

I think this may also implement #10 (Django doing the rest) but I haven't tested it.

danni commented 1 year ago

Hmm, the linter has failed to run, but I don't think it's your fault. I think something has bitrotten in Poetry.

OJFord commented 1 year ago

Ah sorry, I didn't notice you were using pre-commit, didn't install it (its hooks for the repo).