Rich @ enzedonline

Results 75 comments of Rich @ enzedonline

I just came to raise an issue for this as it's no longer supported in v4 - would be good to get this merged.

Would like to see this. I want to hide charts etc not in use which are quite processor intensive and only run the code when the expander is expanded. Something...

This change worked for me. The only part of the book I couldn't get to work was the finance section. Tried changing the feed to yahoo, but that seems to...

FYI - I ran into this trying to edit translated pages on 3.0rc2: ``` Error during template rendering In template C:\...\.venv\lib\site-packages\wagtail_localize\templates\wagtail_localize\admin\edit_translation.html, error at line 6 string indices must be integers...

@hallpower Hi Mark, I've come across this on my own site, and needed an additional pair in the `unique_together` with the unique field. In your case, probably ` unique_together =...

@zerolab glad this was useful I think the biggest part of this problem is that `unique` is in the standard validation (so an integrity error is picked up even if...

Hi @kuntalk If you add the TranslatableMixin to your snippet model then it can be translated as normal. Make sure to reference _instance_.localized in your code to get the relevant...

I should probably also mention that if you have a page or snippet looking up values from another snippet, it'll return everything as choices (ie all the translated values for...

Hi, Wondering if there's any thoughts on this? I'm building a second wagtail-localize site and seeing the same errors in the logs landing on any page without the language prefix...

Well, I take back the 'not-critical' part about this - it's causing 500 errors on certain django auth pages when Debug is switched to False. Workaround for now is to...