Y
Hacker News
new
|
ask
|
show
|
jobs
by
delduca
615 days ago
Could the Django ORM deal with this?
2 comments
sgarland
615 days ago
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.
link
jbkkd
615 days ago
It can't right now, but this is a doable extension
link