David D Lowe
David D Lowe
> Ping If you don't have time, I can do the small modifications as well Yes, please! Thank you.
Website administrators might want to block a person from being invited again, that does sound like a valid feature request. `django-invitations` doesn't provide a feature to block people from being...
The developers of django-allauth have decided to always store email addresses in lower case, and their reasoning is explained here: https://docs.allauth.org/en/latest/account/email.html#case-sensitivity To quote: > Historically, email addresses started out as...
I agree with this suggestion for a rule. I think the new rule should trigger if `LC_ALL` is not explicitly set, but it should allow setting `LC_ALL` to any value,...
Math.js uses floating-point arithmetic by default, which is what is causing these imprecise/incorrect results. To get precise and correct results with Math.js, the documentation recommends using Fractions: > Alternatives are...
If I run `pip show django` in my virtual environment, it outputs the fields `Name`, `Version`, `Summary`, `Home-page`, `Author`, `Author-email`, `License`, `Location`, `Requires` and `Required-by`. **If I add the verbose...
Here's another difference between `pip show
There are two old and closed issues that asked for the same thing: https://github.com/jschneier/django-storages/issues/700 , https://github.com/jschneier/django-storages/issues/712 . I would love to see this supported by django-storages.