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.