Re: New to the Django Community

2021-02-25 Thread Soham Bopardikar
Ok, Thank you, Adam! On Thu, Feb 25, 2021 at 10:24 PM 'Adam Johnson' via Django developers (Contributions to Django itself) wrote: > Welcome! > > There are many different ways to contribute to Django - the forum, > blogging, translating, documenting, writing code, and more. Our > Contributing

Re: The blacklist / master issue

2021-02-25 Thread Markus Holtermann
Thanks for the input, Matthias. That's useful to know. I'll make sure the change is announced. Cheers, Markus On Thu, Feb 25, 2021, at 7:24 PM, Matthias Kestenholz wrote: > Yes, please. > > As a third party app developer I'll have to update a few GitHub > workflows and tox configurations

Re: The blacklist / master issue

2021-02-25 Thread Matthias Kestenholz
Yes, please. As a third party app developer I'll have to update a few GitHub workflows and tox configurations (since I'm running testsuites against the main branch too). It may be useful to announce this change on as many channels as possible (mailing lists, the forum, as a news entry on the

Re: New to the Django Community

2021-02-25 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Welcome! There are many different ways to contribute to Django - the forum, blogging, translating, documenting, writing code, and more. Our Contributing Guide can help you get started with many of these: https://docs.djangoproject.com/en/stable/internals/contributing/ If you’re looking to work

Re: New to the Community

2021-02-25 Thread Tim Graham
It's expected. Some tests are only applicable to certain databases. Search for all mentions of "skip" at https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/. You can run the tests with "-v 2" to see the reason why a test was skipped. On Thursday, February

New to the Django Community

2021-02-25 Thread Soham Bopardikar
Hi everyone I am Soham Bopardikar. I am looking forward to contributing to the Django community. I have basic Django skills and I can create some websites with it. I also know how to use a bit of Git and Github. I just wanted to know whether I need to know something more to start contributing