Re: On adding comments to database schema

2021-05-06 Thread Jared Chung
KimSoungRyoul would you like help with writing the docs and tests for this? I'd like to contribute to Django in some way and this is a feature my company would greatly value (we have Data Scientists and DBAs interacting with db tables managed by Django, so having comment documentation at the DB

Re: On adding comments to database schema

2021-05-06 Thread Jared Chung
KimSoungRyoul it looks like there is feedback on the PR you created (PR #12605 ) and Marius also pointed out that docs and tests are missing. Would you like help with the docs and tests? We've recently added some data scientists and dbas to our team

Re: On adding comments to database schema

2021-05-08 Thread Jared Chung
s closed without any comment from the author and is > seemingly abandoned. I think it's safe for you to assign the ticket to > yourself and continue the work in a new PR at this point - that was going > to be my plan, anyway. > > Tom > > On Thu, 6 May 2021 at 15:16,

Do we add versionadded blocks or does the release manager?

2021-06-06 Thread Jared Chung
If I'm contributing a new feature, would it be appropriate for my PR to include the `versionadded` block in the documentation (using the current "in-development" version number which as of today is 4.0), or is managing the `versionadded` block something that the release manager does? Thanks in