Cam Cecil
Cam Cecil
Using `update()` only updates fields that are explicitly passed. Is passing `changed_date=django.db.models.functions.Now()` as an updated field the [CMSPlugin.move()](https://github.com/django-cms/django-cms/blob/ab1ec2c3930d127eccd23da3e9942104c6aff0fa/cms/models/pluginmodel.py#L282) return an acceptable method to solve this?
@marksweb I believe the difference is that [django.db.models.functions.Now()](https://docs.djangoproject.com/en/4.0/ref/models/database-functions/#now) uses the time provided by the database. I believe it's used more when time sync is much more important and I'm not...
@aedorado is this issue just waiting on a rebase?
The link in the `README.md` worked fine for me today: https://discord.gg/rPWFv6W
> Will you take a shot at the frontend as well or should I do it? I'll give it a whirl!
I am taking a stab at this but I think clarification needs to be made on any desired restrictions, or none at all. Currently there are many tests that check...