Results 83 comments of Pulse-Mind

Hi, Thank you for your reply. I did not use brew to install botonic, there is no available formula with the name botonic ;). I tried 3 different ways and...

This pull request is not relevant for this repository

Would you like to merge this one please?

For people who wants to do the same, this is what I found : Override handle_save signals by passing a private value ```_auto_refresh``` in the Object: ``` def handle_save(self, sender,...

[djangorestframework](https://www.django-rest-framework.org/) 3.15.1 supports Django 5.1 [django-debug-toolbar](https://pypi.org/project/django-debug-toolbar/) 5.0.0-alpha officialy support Django 5.1

Hi, https://github.com/encode/django-rest-framework support 5.1 and 5.2 https://github.com/jazzband/django-redis is written 4.2+ I am using https://django-environ.readthedocs.io/en/latest/ in some projects using 5.2

> usable_password In users/forms.py We need to replace ```class UserAdminCreationForm(admin_forms.UserCreationForm):```` by ```class UserAdminCreationForm(AdminUserCreationForm):```` And add import : ```from django.contrib.auth.forms import AdminUserCreationForm```

This is it but I really do not know why it does not pass the tests : https://github.com/cookiecutter/cookiecutter-django/pull/5740