Max Peterson
Max Peterson
@LuRsT Did you get this to work? It worked for me ... but I am having some other issues so wondering if you succeeded or not ... also how are...
I did but I needed some updates for thet latest version of Canvas #15.
#59 is a side effect of using the `OneToOneField` approach that is very easy to cause inadvertently
@thomasphilibert from the stack trace it looks like the call to `wkhtmltopdf` is failing. I am not sure why it would be any different between between Python 3.7 and 3.9....
Hi @mrenoch I am not actively maintaining this. I am no longer using it for any projects so I am afraid it doesn’t get much attention. As to your original...
This project is not actively maintained. Most of the development was done almost a decade ago by the team at Incuna, since then it has received steady support and maintenance...
I should also mention that @johnraz has helped a lot with maintenance
@meshy any reason not to add this to the `Orderable` model (with an additional check / constraint based `self._meta.unique_together`)? That way it could check if "If your `sort_order` field is...
@meshy in terms of ensuring that "the `sort_order` field is either `unique=True`, or in `unique_together`" ... the only approach I can think of is to use a metaclass to dynamically...
#53 mitigates the need to add `validate_unique` to a model that subclasses `Orderable` and has `sort_order` in `unique_together`. Keeping this issue open to track the need to ensure the `sort_order`...