Chris Shucksmith

Results 9 issues of Chris Shucksmith

Fixes #116 I could contribute a github action to check it builds on Ubuntu if you think worthwhile?

Ubuntu 21.10 node with a fresh checkout (following last commit merging #109) is unable to resolve dependencies: ``` $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:...

This is the code from #35 as posted on https://gist.github.com/devsnd/38b9d4ff573a0611a87f10ab3042db45 with a couple of changes to work on master. It could use a few features but essentially it works. -...

Many to one model, using admin order from 3.4.1, no multi-user access. Create 3 items and reload main model (I have put the expected ordering in the `desc` column for...

If `redis-fast-driver` is `require`ed by both the 'main thread' and also a [worker thread](https://nodejs.org/api/worker_threads.html), the 2nd attempt fails and triggers an Error in the cjs loader. Reproducing code - `worker.js`:...

enhancement

Tentative fix for #293, however it's not straightforward and mandates use of our `ModelManager` subclass. Does this help with your query count @rafammpp ?

Is there a callback for Admin registrations to participate in system Checks? * for `OrderedModelAdmin` check that `move_up_down_links` is in the `list_display` * for `OrderedModelAdmin` check the underlying model extends...

It looks like Python's `pathlib` no longer has an `_Accessor` attribute: ```python $ python Python 3.12.3 (main, Jul 31 2024, 17:43:48) [GCC 13.2.0] on linux Type "help", "copyright", "credits" or...