Andy Babic

Results 149 comments of Andy Babic

Hey @DamnedScholar. You're probably aware, but just wanted to highlight that `django-treebeard` is a completely separate project to `wagtail`, and run by a completely different team. Therefore, wagtail-specific examples might...

> Audit logs: If you're actioning something for a proxy model instance, you're really actioning something for the concrete object and all/any proxy variations, so I feel the correct behaviour...

> Revisions: If a revision is published for a proxy model, those changes are applied to the concrete instance AND any other proxy representations of it too. With that in...

> Reference index: Any references to an object from a proxy model instance are really references from the concrete model instance, as it's that object's data that is used for...

@zerolab Well, that was a nice way to spend a Saturday evening :) Please be aware that this is the third time I've redone this work - So, anything you...

I just want to reinforce this point from an earlier post: > There is a backwards-compatibility issue with these changes, so I assumed it would have to be the next...

Thanks for taking a look @jacobtoppm. It would make a lot of sense to pick this up again once #9255 is merged, which adds several proxy models that I could...

These changes will be folded into #9244, where tests will also be included

Abandoned now, sorry.

Hi @goutnet. Not that I know of. I could never really settle on an approach for multilingual projects, and eventually abandoned the idea..