John-Scott Atlakson

Results 32 comments of John-Scott Atlakson

I see. We don't use haystack and actually have to do this in settings so Oscar won't complain: ``` HAYSTACK_CONNECTIONS = {"default": {}} ``` Oscar has always been a bit...

I intended to submit a PR that documents what we had to do to get this to work, but then I saw the "[Upcoming breaking changes affecting Wagtail community projects](https://gist.github.com/thibaudcolas/828ad05f95063e9cf4cb621daff50dcb)",...

Thanks for the reply! We are also swamped but will review to see if there some easy pickings we can extract and push upstream. Thanks again!

I've added tests but this got a little complicated. First, it wants to create a migration simple to add `use_json_field=True` to the `StreamField` used in the test app's models. This...

It has since come to my attention that the `hr` button is missing even though it is specified in `features`: Only text formatting options are included (superscript, subscript, strikethrough): It...

As far as I can tell, this test failure can be fixed by something like https://github.com/GreenLightGo/django-oscar/commit/34aa580c81b9faeff4d028a7e77a4ca2f799988a I'm not sure why this ever worked in older versions of Django, but the...

#931 only fixes the hard-coded name in the template. However, why does filer only track the original filename and use that as the default display name? What's the point of...

@yakky should `__str__` continue to default to the original_filename or should we track the current filename instead?

Should we discuss on the mailing list or what are next steps?