pgcd

Results 9 issues of pgcd

My setup has no `TEMPLATES["django"]` engine, which caused an "Invalid Backend" error. This small change fixes that.

This change allows the user to leave hostname empty to connect to a local server with no password. Also fixes an error in parsing empty passwords (that would become 'None'...

I can't seem to have PyCharm play nice with the objects generated by Factory Boy; it would be nice to either automatically support type hinting somehow (ideally, it would simply...

Feature

## Description Using memcached, I'm getting random errors that look like ``` Exception Type: KeyError at / Exception Value: b':2:cms_3.11.3_:1:42099b4af021e53fd8fd4e056c2568d7c2e3ffa8:it.Europe/Rome' ``` These errors only started appearing when I switched from...

needs expert opinion
3.11

https://github.com/django-oscar/django-oscar/blob/872e42a106d731b3bbef85cd37de7492d606ad13/src/oscar/apps/customer/forms.py#L211 The above line causes a TypeError when the form includes date_from and date_to with an empty order number.

Just a suggestion: would it be possible to add a "reduced" DEBUG_API_REQUESTS implementation to log only basic information about the requests and responses (eg. status code, possibly errors in the...

future design

We need to track changes to a model that might happen both in normal views (so via middleware) and in shell or other operations. As far as I can tell...

While the issue might be addressed for most cases, there seems to be a related problem: the line https://github.com/jazzband/sorl-thumbnail/blob/de3a621c2f7620db5008c0b1cd3ad34cf68079fb/sorl/thumbnail/engines/pil_engine.py#L243 adds the ICC Profile to the image - which means that...

Are there plans to add async support (at least to views and middleware)? Alternatively, is there any demand for it?