Julian Bez

Results 24 issues of Julian Bez

I'm using https://github.com/Artory/drf-hal-json/ that basically provides custom base serializers that add dynamically fields like `_links` into the response via the `to_representation` method. I tried to somehow get that into the...

help wanted
good first issue
feature

I just would like to suggest to use Bootstrap as a git submodule, to have its source fully in the project. Or is there a reason this is not done...

Add nonce argument to pass in a CSP nonce value so that the script elements are allowed to run on CSP enabled sites. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#Unsafe_inline_script Fixes #41

I want to run the CDK workflow as a job inside of another workflow. This should be possible by having a trigger `workflow_call`in the CDK workflow. However, it currently doesn't...

effort-small
feature-request
p2

## Problem There are various issues with insights modified on dashboards (with filters, time range) and then viewing these insights. Related to #19788 ## Changes - so far only: put...

## Bug description I saw a shared dashboard that fires POST request to `/insights/trend/` and other endpoints, which is not possible using the `sharing_access_token`. ## How to reproduce 1. Put...

bug

## Problem Upgrade to latest Django version. ## Changes - upgrading to Django 4.1 seems pretty straightforward, no major issues encountered, done in #20006 - Django 4.2: Here Django started...

waiting

## Problem Our current use of == for specifying dependencies in requirements.in files with pip-tools locks us into specific versions. This strict versioning approach can lead to dependency conflicts when...

deploy

## Expected Behavior After a major Django version upgrade, existing two-factor authentication cookies should continue to be valid until their expiration. ## Current Behavior After a major Django version upgrade,...

I encounter errors with using discriminate unions in certain cases. I was able to reproduce a test case that throws `Type "Animal" has multiple definitions.` Interestingly, if I modify the...