Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Meta class atributte for column ordering #11

Closed
kwevej opened this issue May 27, 2011 · 1 comment
Closed

A Meta class atributte for column ordering #11

kwevej opened this issue May 27, 2011 · 1 comment

Comments

@kwevej
Copy link

kwevej commented May 27, 2011

Hello,
In order to have a meaningful Table inheritance, a meta attribute that would specify the column order would be helpful.

Consider a situation like this:
http://paste2.org/p/1438820 , where I'd like to extend a table, but I need to keep some order of the columns.
A this could be a solution: http://paste2.org/p/1438821 (inspired by django forms)

fields = ('afield','bfield','cfield')

..if so, #4 could be a related issue

bradleyayers pushed a commit that referenced this issue Jun 7, 2011
* Added the ability to explicitly specify the sequence of columns. This resolves #11
@bradleyayers
Copy link
Collaborator

This is now supported via the sequence option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants