Hacker News new | ask | show | jobs
by delduca 615 days ago
Could the Django ORM deal with this?
2 comments

Yes, but it doesn’t that I’m aware of. Certainly able to override the classes yourself, though. Make a lookup table of column type / length and then reorder based on that.
It can't right now, but this is a doable extension