Django 4.2 released

2023-04-03 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2023/apr/03/django-42-released/ -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and s

Implement Ruff Linter

2023-04-03 Thread Jerome Obi
Hi ! I use Ruff as my primary Linter for all my Python Projects. https://github.com/charliermarsh/ruff It's very fast and powerful, so I thought I could try it on Django Code. With all options activated, Django is scanned in less than 1 second. Here's the Configuration with all detected errors typ

Re: The problem of versioning a large project.

2023-04-03 Thread John Whitlock
I'm not sure your issue is Django-specific, so it may be off-topic for this group. However, your question is a bit vague to be appropriate for Stack Overflow or other forums either. "Versioning" could mean a few things. At first, I thought you meant something like date-based or semantic version

Re: Fellow Reports - March 2023

2023-04-03 Thread Mariusz Felisiak
Week ending April 2, 2023 *Triaged:* https://code.djangoproject.com/ticket/34438 - UserCreationForm.clean_username() crashes with a custom user model. (accepted) https://code.djangoproject.com/ticket/34439 - mod_wsgi for django with conda environment in Windows doesn't work (invalid)