LB (Ben Johnston)

Results 1054 comments of LB (Ben Johnston)

@kaedroho - looks like this is now fixed in Django 2.1.3 https://docs.djangoproject.com/en/2.1/releases/2.1.3/ > Fixed a regression in Django 2.0 where test databases aren’t reused with manage.py test --keepdb on MySQL...

Don't want to bikeshed naming - but should we use `normalise` (en-GB spelling). Not sure either way but we do try to use UK spelling for documentation - not sure...

@jams2 are you up for rebasing this PR and getting it ready for another review (marking as non-draft)? As noted above, `normalize` is fine.

Looks like this has been rebased. Might be worth a fresh review from either @gasman or @laymonage

Adding to 6.1 milestone, I think this is a long desired improvement and will also enable more headless support in Wagtail.

I'm not sure we want to recommend mutations to existing pages, while this will work it may be a bit of a monkey patch solution instead of a real supported...

@kituuu Feel free to just go for it if you feel confident with it. You'll need to be able to understand the use case and package usage.

Any information or notes for how you think this could be fixed would be helpful @OsafAliSayed If you have a way to fix and can write unit tests also, a...

A PR was opened that made some progress here, it would need unit tests and needs to pass all CI checks. Anyone is free to pick up where this PR...

@the-r3aper7 I'd recommend calling it in the `connect` method. While the DOM is usually available in `initalize`, it's best to put things in `connect` unless there are explicit reasons not...