şuayip üzülmez

Results 20 issues of şuayip üzülmez

I included the first tests of this repository in 2e4151b34e524e6a838b2905fb9bcf6f4cbb1840 which are related to Author model (this was actually the first time I wrote tests). Of course this project needs...

help wanted

Using JWT with cookies seems pointless. Is there any way to make social login work without using cookies?

Added resources to these categories: 1 GNU/Linux 1 Python 3 Django

i.e., 102, 206, 307, 308, 402, 407, 417, 429

### Describe the problem Calling invalidation functions in load context seems to be undefined behavior since I could not find any documentation about it or any examples. I think it...

## Description Currently, DRF does not work well with `debug_toolbar`, due to the way it handles non-GET and non-POST requests. To perform `PUT`, `PATCH`, `DELETE` and `OPTIONS` requests in browsable...

This is probably true for all primitive JSON types, I only tested `str`. Take this example: ``` from django.utils.safestring import SafeString, mark_safe from kombu.utils.json import register_type register_type(SafeString, "safestring", str, mark_safe)...

Issue Type: Bug Report

In base `Func`, `expressions` is hinted as `Àny`. IMHO, the subclasses should also imitate this behavior. Some of the subclasses expand `expressions` into named parameters, which I also typed as...