John Vandenberg

Results 965 comments of John Vandenberg

There are a bunch of apps which I guess does this now, esp https://github.com/saxix/django-adminactions

https://pypi.org/project/unidiff/ is likely better for that use-case, if you can get your text differences into that library' data structure.

As Tumbleweed is a rolling release, pins to prevent specific versions have no effect - all packages need to be compatible with all other packages. That is just an FYI,...

Package has been accepted into main Python collection and is now moving into main distro collection. https://build.opensuse.org/request/show/874602

ping @sladinji , perhaps you'd like to contribute your PDF implementation?

Ping @samitnuk and @sasha0 . For starters, I've created https://github.com/django-oscar/django-oscar-invoices/pull/30 so it is able to be used with modern Django+Oscar environments.

What reason should the Django admin ever be showing info about the current basket of the logged in user? That is not its purpose. If you insist that basket middleware...

As I said already, I know the issue about oscarbluelight is separate. I did not ask for help with that, and dont expect Oscar to do voodoo. I'll provide a...

> Can you confirm that that is what happened? That is about a different issue. Why can't you let me raise it separately? There is more than enough to chew...

https://django-oscar.readthedocs.io/en/latest/internals/getting_started.html#urls > You can also include the Django admin for debugging purposes. But please note that Oscar makes no attempts at having that be a workable interface; admin integration exists...