Tai Lee

Results 97 comments of Tai Lee

Definitely the 3rd option, like Markdown. Hard wrapped paragraphs should be restored to one line, but distinct paragraphs should remain intact.

Is anything blocking this or still being decided?

We appear to be heading deeper and deeper into the rabbit hole now. Some of the examples above are nearly incomprehensible to anyone who is not intimately familiar with the...

@andsens Sure, having a system such as the one being discussed is more powerful and flexible. And we might be talking about edge cases, but the complexity of the system...

+1 django-fluent-pages and django-fluent-contents

Not sure if it's useful, but here was my attempt at adding MTI support to an older version of cacheops that we're using in a Django 1.6 project: https://github.com/ixc/django-cacheops/commit/e19968eb2d3ffa49e4133f6de60bb47f02067179

Here's an implementation: ```python def invalidate_on_delete_set_null_relations_pre_delete(sender, instance, **kwargs): """ Discover related objects that have an FK with `on_delete=SET_NULL` that points to an object being deleted. Add a list of these...

@tumb1er Thanks. Yes we have a few `Category` objects and their slug NEVER changes, and many things are related to `Category` either directly or through a few FKs. So we...

If `conj:` keys normally have an expiry (but I think this is disabled with the LRU setting and `volatile-lru` maxmemory policy), does that mean it is safe to just remove...