Sebastián R. Vansteenkiste

Results 4 issues of Sebastián R. Vansteenkiste

### Summary I was trying to override `Page`'s `template_choices` and `DEFAULT_TEMPLATE` so I can limit the options according to a page's parent, but it appears that in at least 3...

kind: bug
status: accepted
djangonauts

Hi, I've come to believe that these changes are neccesary in order to properly serve these PWA-related files (namely, favicon.ico, manifest.json, and the build-generated service-worker.json, precache-manifest(...).js and asset-manifest.json. If you...

good first issue

Testing the game with browser's strict mode enabled results in the following errors: ReferenceError: assignment to undeclared variable MonsterType [Monster.js:15] SyntaxError: duplicate formal argument armature [Player.js:343] ReferenceError: Player is not...

If we include a `MultiSelectField` in a model's Admin `list_filter` then when we click on any of the "filter" links in the list page we get redirect to a URL...