-
Notifications
You must be signed in to change notification settings - Fork 431
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
Impossible to overwrite column attributes in child class #399
Comments
dyve
added a commit
to dyve/django-tables2
that referenced
this issue
Dec 21, 2016
Problem is really bugging us, so here is our suggestion for a fix. |
@jieter this is blocking work on |
I will have a look at it today |
dyve
added a commit
to dyve/django-tables2
that referenced
this issue
Dec 21, 2016
jieter
pushed a commit
that referenced
this issue
Dec 21, 2016
intiocean
pushed a commit
to intiocean/django-tables2
that referenced
this issue
Feb 27, 2017
intiocean
pushed a commit
to intiocean/django-tables2
that referenced
this issue
Feb 27, 2017
* Non-column attributes on child class overwrite column attributes of parent class (fix jieter#399) * Fix and add to FAQ for jieter#399.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe we are missing something, but why does this happen?
Expected result:
key
.key
.Result:
key
.Are we doing something wrong? Is this a bug or just very unpythonic? Feedback welcome.
The text was updated successfully, but these errors were encountered: