washeck
washeck
Hi, it seems like there is an inconsistency (or at least a confusing behavior) in how currency is represented by `CurrencyField` and `MoneyField` (or better say `Money` object). Let's have...
We have a model where one of the attributes is dynamically calculated property. ```python class Product(models.Model): @property def calculated_price(self): return Money(10, 'EUR') ``` and we wanted to have if used...
It is difficult to tell what changed from previous release. I can see 0.8.0 was introduced with "fixed security issues" commit but I don't see what the issue was and...
Snažím se vytvořit db s adresními body a výše (tj. ulice, části obcí, atd.) za celou ČR, ale narážím na velikost výsledné db i dlouhý čas importu. Přitom většina importovaných...
* safety version: 3.0.0 * Python version: 3.11 * Operating System: linux ### Description safety 3.0.0 depends on pydantic 2.5) ### What I Did ``` $ poetry add safety Using...
When running tests on Django 4.2/Python 3.11 with `-Wd` switch, I am getting deprecation warning `RemovedInDjango50Warning`. If I get it correctly, these should be added to `ConfigurationBase.deprecated_settings`. I can make...
Convert smart_str to smart_unicode to allow filenames with unicode characters. Base on upstream (grapelli) changeset https://github.com/sehmaschine/django-filebrowser/commit/582836c28d1d70558c8e394a81808c754b5cc851 Tested only on Windows with Czech filenames.
Version 1.3 claims `Remove usage of deprecated get_storage_class for Django >= 4.2.*.` but the fix is only partial. The deprecated function is not used but it is imported on top...
Fixes: #3195
Probably related to VCS menu refactor in the 2020.3 EAP versions, the plugin is not shown in the menu anymore. Btw, thanks for this plugin, it's very useful.