Implement Postgresql multirange

Hi,

We are using PostgreSQL multi-range to represent VLAN ids. I was searching if Django was supporting this and found this old ticket closed as ”Wontfix” #33238 (Implement PostgreSQL Multi Range data types) – Django

Should I implement this in an external lib, or should I propose an implementation in Django ?

Thanks.

I’d suggest you start as a third-party application to test the waters and see what’s involved in getting it to work.

It looks like there might already be a third-party package doing so so it might be worth joining forces instead. It appears to be emulating most of the multirange operations.

1 Like