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 bunch of bug fix #228

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

etiennepouliot
Copy link

If you define your Datatable with exclude instead of columns :

class FooDatatable(Datatable):              
    class Meta:                                      
        exclude = ['id']                             
        processors = {                               
            'env': helpers.make_xeditable,           
        }      

It will trigger HttpResponseBadRequest("Invalid field name")

This check both columns and exclude.

@etiennepouliot etiennepouliot changed the title Fix using exclude in the definition of columns in xeditable datatable A bunch of bug fix Apr 16, 2019
@rh0dium
Copy link
Member

rh0dium commented Dec 21, 2020

I would love to use this but with the number of conflicts and no tests its going to be a challenge? How do you want to proceed?

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

Successfully merging this pull request may close these issues.

None yet

2 participants