Artur K
Artur K
Hi @benmatselby 1. I don't see support for different versions there, it may be difficult to maintain it as big flat project/one file per entity 2. Namespacing - Currently there...
Seems like there is some problem when combining it with django-mptt ``` >>> Country.objects.filter(pk=1).values('name').__class__ >>> Branch.objects.filter(pk=85017).values('name').__class__ ```
Yes, branch is MPTT model ``` >>> Country.objects.__class__ >>> >>> >>> Branch.objects.__class__ ```
``` @register(Branch) class BranchTranslationOptions(TranslationOptions): fields = ('name', 'slug',) ``` ``` modeltranslation: Registered 31 models for translation (..., Branch, ...) [pid: 96623]. ``` I have a legacy django app ( in...
There is also another problem, u should able to map errors/exceptions to relevant response code. Someone(controller?) should know how to map them to relevant response code... Doing it by "message"...
> Can you add a couple of tests? Sure, I just to make sure u are ok with current implementation.
I feel like there is better solution to implement this, there is "onMessageComplete" callback comin from http parser (llhttp) but both llhttp lib and its ancestor "http_parser" dont have clear...
https://github.com/chrisglass/django_polymorphic/issues/122
@robbiezhang This example will not work since there is no `Fluent::EventTime` module in min supported version of fluentd (0.12)
as a workaround, I'm passing hex encoded binary data, and decode it in the lua, same for output