Vinit Kumar

Results 94 comments of Vinit Kumar

@jrief I support this. At our team as well, we found this behavior odd. Let's fix this, do you want to send a patch with test that fixes this?

@fsbraun Great work on this. I would love to see how this works in practise and what we can do with it?

@heller166 Thanks for contributing, Can you please write this code in a backward compatible way so that it doesn't break for old version of Django and works for the newer...

@heller166 You did't had to close your pull request. Check this code, how we can fix some deprecation warnings or errors using this conditionals, and also this: ``` from platform...

@marksweb Let's resolve the merge conflicts and see if the new code fixes the test failures.

@marksweb I think the latest https://github.com/django-cms/django-cms/blob/develop-4/.github/workflows/test.yml already has this. Do we need this PR anymore?

Guys, thanks for all the comments and for providing implementation ideas. I will look into each of these and give my opinion by this weekend, and possibly a PR for...

@EstherFranssen A new release of json2xml has been released and thanks to the great work of @Jeroendevr, we have list with attributes support live. Please grab the latest code from...

You are right. Will add that exception now

@fsbraun I underestimated the work. It requires more work as the store class in django 5 has changed. Will deal with this one later.