stephenmcd

Results 128 comments of stephenmcd

I still can't reproduce the problem. I used the vars you specified for the `thumbnail` tag and I get a valid resized image, see: ![screen shot 2018-05-15 at 11 42...

Couple of things: Firstly just double check that it's not a particular issue with your browser - have a look at an existing record with dynamic inlines on the demo...

Glad you got it working. I actually don't think the dynamic inlines are documented anywhere to be honest. I hadn't planned to add a StackedInline version but that is a...

No worries - I'm under the pump here too but if I get a chance before you I will do it anyway :-)

Hey I checked in the initial version of this: https://github.com/stephenmcd/mezzanine/commit/42ff3b377be5b50692eb59da14925016f7a03b86 Stacked doesn't quite work yet - some of the Javascript I have in mezzanine/core/templates/admin/base_site.html conflicts with it. If you get...

Thanks Josh that's great - you've resolved the issue I mentioned in my last comment here. So StackedDynamicInlineAdmin is partially working now as of: https://github.com/stephenmcd/mezzanine/commit/6e75c84b2f1b31770e4406facb55db392ca88d79 Drag and drop ordering doesn't...

@nlh-kabu - take a look at the models in `mezzanine.forms` and how they're built, as well as their related admin classes. This thread will make a lot more sense with...

Not something I've used myself, feel free to submit a PR if you get it working.

This falls under the category of a few big features we've always wanted for quite a long time. So it's definitely a good start by opening this issue. I can't...

It may also be worthwhile to first explore approaches that are available in the wider Django community. There may well be something that can plug straight in.