This PR brings the HalfVector implementation closer to that of Vector.
In the current state of the master branch, django > halfvec > HalfVectorField fails to read data from the DB. I was using a Postgres backend for my tests, it's a bit tricky to reproduce this cleanly as my project is a bit heavy, but perhaps this makes sense at a glance.
This PR brings the
HalfVector
implementation closer to that ofVector
.In the current state of the
master
branch,django > halfvec > HalfVectorField
fails to read data from the DB. I was using a Postgres backend for my tests, it's a bit tricky to reproduce this cleanly as my project is a bit heavy, but perhaps this makes sense at a glance.