John Vandenberg

Results 1278 issues of John Vandenberg

I see digest auth is supported. It would be nice if `Www-Authenticate: ...` in response was detected and user/pass could be input.

In order for me to package this for openSUSE distro, it needs to be released on PyPI. Do you think that will be possible soon? Are there some key tasks...

Filenames for `/app/model/dump` end up as `app-model-_2021-02-05T12 25 46.775165.yaml` for me. It would be simpler to use these filenames didnt contain spaces (` `), or even `:`. Also the `_`...

When I run the tests locally, and when I generate my own apps, I see a failure in app generation - it creates the executables, but executing them always produces...

I am packaging django-oscar for openSUSE, which is Python 3.8 + latest of most dependencies, and there are five test failures when run with `--sqlite`. Some appear to be related...

[`src/oscar/static_src/oscar/README.rst`](https://github.com/django-oscar/django-oscar/tree/master/src/oscar/static_src/oscar) seems a bit jumbled wrt to its audience - is it intended to be used by 1. repo readers, where it will be shown automatically, or 2. consumers of...

A few oscar sites here on GitHub, and likely even more not on GitHub, have Order PDF generation. It seems like it should be a part of the orders app,...

Sort-of related to https://github.com/django-oscar/django-oscar/issues/1290 It would be useful for the product attributes to be orderable, so the order can be used in the UI. Currently the ordering used on `/dashboard/catalogue/product-type/x/update/`...

☼ Enhancement

When loading Django admin, the basket middleware failed (below; worthy of a separate less critical issue). It should detect Django admin and not do anything. ```py File "/home/jayvdb/.cache/pypoetry/virtualenvs/django-backend-tUiU8616-py3.8/src/django-oscar/src/oscar/apps/basket/middleware.py", line 41,...

I have config ```py OSCAR_HIDDEN_FEATURES = ['reviews', 'voucher', 'wishlists'] ``` Voucher is very deeply coupled with basket internals, so couldnt possibly be removed entirely. I can appreciate that "hidden" means...