Huy Nguyen
Huy Nguyen
Hi @jcohen02 , when do you plan to release this feature? (It looks like the v0.4.0 is for the upload big file only.)
Thank you @jcohen02 I have some workaround for my current implementation right now in my project for that case, so I can stay calm and wait for that feature.
Hi @tfranzel, do I miss any works/codes for the mentioned PR to be accepted? I just want to contribute a little effort to this great package π.
Hi, the comment was mine, but after checking that the main code is not the pypi latest distribution, I have deleted it π But anyway, thank you a lot for...
Hi, when will we have this feature available in Poetry? I assume this update will be part of Poetry 2.0, but does the team have a rough estimate for the...
Hi @FallenDeity, I suggest defining the `__new__` overload for the Field which define/override the `__init__` only, like Field, DecimalField, CharField, etc. (not IntegerField, SmallIntegerField, etc. because they do not override...
Hi @FallenDeity, I'm not sure if I understand you correctly, but unless we redefine the `__init__`, we need to redefine the `__new__`. Otherwise, for normal inheritance, like IntegerField inheriting from...
Hi @FallenDeity, you are right. It's my fault because I only tested using VSCode/Pyright instead of mypy. It's quite interesting that Pyright can detect variable `y` as a nullable field....
Hi @FallenDeity, I have another thought: what if we just implement the base case for fields like `IntegerField`/`CharField` without trying to automatically handle the `null` parameter through overloads? For the...
Hi, for anyone planning to fork or maintain django-trench, you might want to check out [DRF Auth Kit](https://github.com/forthecraft/drf-auth-kit). Itβs a recently launched project that builds on ideas from django-trench and...