stunaz
stunaz
The spec '<imagekit.specs.DynamicSpec object at 0x10db77110>' has no source file associated with it.
can't believe this is an issue, why it is not simply returning `None`
The spec '<imagekit.specs.DynamicSpec object at 0x10db77110>' has no source file associated with it.
@vstoykov Yeah, you right, it should throw an exception, I am using it in django-rest-framework. In my serializer I just realize that I am trying directly to access the url...
@wimglenn yes indeed, meant to exclude `"key1": "val1"`, removed it. exclusions would work the same way: i.e.: with initial example from my first post `GET http://127.0.0.1:8000/things/?fields!=id,key3__id, key3__key2` ```json [ {...
@wimglenn exactly
@jadhavmanoj but the tests are not against Django 2.x in this repo
cool @jadhavmanoj . Now, good luck to get it merged. this project is abandoned, hasnt get updated for years ... see https://github.com/GetBlimp/django-rest-framework-jwt/issues/449
any update on this? or is it possible to migrate from channel 1.x.x to channel 2.0.x without this implemented?
New future user here: I'd like to use the project to backup/restaure my db/media. A completely new approach fully integrated with django itself feels ok to me
once open-sourced it could be backed https://opencollective.com
That's a killer feature... especially for huge table. its maybe not related, but it would be great to have a _value_ in the side panel, i.e. to be able to...