Christian Dröge

Results 3 issues of Christian Dröge

### Issue Description ### Description We use `ApplicationSettings.setString('login-token', loginToken)` to save a login token after login and after this, we use `ApplicationSettings.flush()` to ensure that this setting is persisted. The...

bug-pending-triage

I have the following example code for the admin interface: ``` class ClassInline(nested_admin.NestedStackedPolymorphicInline): class SomeClassInline(nested_admin.NestedStackedPolymorphicInline.Child): model = SomeClass # [...] other elements of NestedStackedPolymorphicInline.Child model = BaseClass child_inlines = [...

awaiting response

This PR adds support for setting cookies in integrations that use a `TemporalResponse` in their context, e.g.: * Sanic * Chalice * Channels ## Description For Channels, I had to...