Ben Stähli

Results 42 issues of Ben Stähli

I've developed a new custom field, a custom multiple select. I guess it should be added to this tuple: ``` MULTIPLE = (CHECKBOX_MULTIPLE, SELECT_MULTIPLE) ``` otherwise, initial values don't seem...

As I can see this project having quite a few users (and willing contributors), but a maintainer with a lack of time, it may be an option to transfer it...

## Description As all of these fields are defined as `on_delete=models.CASCADE`. That means, if I delete User A, that has previously created a `PageUser` B, the user B will be...

needs expert opinion
status: accepted

### Summary all modal dialogs for editing models or plugins do have the "delete" button next to "save", in between "save and add another" and "save". ### Expected behaviour follow...

needs design decision
Easy pickings

### Summary in pre 3.5, one could use this style: `{% page_url 'whatever_page' as url %}{% if url %}...`, avoiding a `NoReverseMatch`, even when developing (DEBUG=True). This behaviour is no...

good first issues
kind: bug
status: accepted
Hacktoberfest

why not release this software as a pypi package? not many things would be needed to do this, and usability for non tech savy / lazy users would greatly go...

enhancement
need broader input

List view: have a column "usage", that is either "-" or "5x" or "99x". Detail view: show every instance the file/folder is linked to. Somewhere in/below the form what do...

I use the safety package to check all of my dependencies used in a project. Since filer 2.1, `reportlab` is a dependency, as I know, used to transform svgs. I...

this works for me: https://gist.github.com/benzkji/5f14fef05021f325c7ef is there anything speaking against using filer like this? I prefer a clean url, and the randomized approch looks ok for always keeping the original...

This doesnt normaly happen, and I cant say when exactly it happens, I only get these in Sentry and exception e-mails... Also, clients havent complained yet about anything not working,...

stale