Samir Shah
Samir Shah
Work in progress PR is here: #2606 . Feedback would be appreciated as this is a major refactoring of the search backend.
@capelito very happy to make ES the default search backend, and would be very grateful if you are be able to spend the time to make a PR to integrate...
I think the reason this functionality isn't currently in the dashboard is that in order for it to be complete and usable, we would also have to allow permissions management...
Likely duplicate of #1329
There is a case for Oscar to namespace all it's app labels, but that would be a breaking change and I'm not sure it's necessary since Django introduced app configs....
It is more than just URLs that would be affected - things like database table names are also determined from the app label - so even if URL conflicts were...
Django's app template loader will not work in this case - because the core accounts app is no longer installed. What you can do is add the path to the...
I know this is quite old, but if you're able to bring this up to date with master I'm more than happy to review/merge!
It looks like it was never properly implemented (see https://github.com/django-oscar/django-oscar-accounts/commit/76d59317c82b5798844e51292bc9f07a1ee55665) and has always been broken. Looks like `record_blocked_request` isn't used anywhere either so the simplest path at this stage is...
Yeah, unfortunately it isn't. I've actually removed the suggestion that it is from the documentation on master - unless someone has the time to actually make it oscar-independent I think...