Jan-Jelle Kester

Results 25 comments of Jan-Jelle Kester

Can anyone give insight to the current status of this project?

Deadlocks indeed can occur on high traffic databases due to locking strategies. I am not in favour of just retrying - I might investigate on this issue and read up...

Did some research: - Evaluating the many-to-many relation on `save()` is too expensive since the list of related objects could be massive. - `m2m_changed` signal could be used but also...

Moved to 0.5.0 release to quickly ship improvements for Django 1.10.

Good idea. If anyone wants to tackle this one, please do. (Otherwise it might take some time before I get to it.)

@shifeitong The Admin site model is very limited and serves a different purpose. It logs only a message, where auditlog will log more details. Also, the the Admin site functionality...

I think this can be resolved in a smarter way, by finding an alternative to the string conversion that currently happens. Most likely comparing bare values works, but this is...

In which situation is this fix necessary? It seems like this adds support for having byte-typed field names, but that seems odd to me, maybe you can elaborate a bit.

At this moment there is an issue with this solution on Python 3.

Great, it builds now as well :-) I like to hear when you think it is mergable.