Kevin Tran

Results 14 comments of Kevin Tran

I'm not using Windows, but I get the same issue. I'm in favour of the proposed change if you think that'll make it work.

What is the status of DAL v4? Is there anything I can help to move it along?

@jpic I'm having trouble using DAL because I'm using Webpack and can't make the code from DAL work. Even when I try to copy it into my module select2 cannot...

I actually didn't use any of the DAL code other than copying some code from the form widget that sets the select element to have only one option element. I...

I haven't tried WebComponents outside of using Ember.js or Vue but I definitely see the value. I haven't tried this branch. I just found this while looking for a Django...

Ok thanks for the confirmation. Is there a reason why the ListSerializer applies `allow_create` as implying `allow_nested_updates`? If not I think it could be better to treat ListSerializer and BaseSerializer...

I see. It sounds like a hard problem.

How do you attach an uncommitted file to a model? This sample code is what I'm currently using. I am sure this is an incorrect usage of the API. I...