Arthur Hanson
Arthur Hanson
+1 FeinCMS +1 Zinnia
Just a matter of time, will try to look into getting one released soon, but there is some tooling stuff I have to check on.
@jeremystretch do we want to encrypt this in the database? Or just mask it on the frontend?
For filtering graphene is tied to Relay, this will make a couple changes to the output scheme and how you do queries: 1. id's become 64 bit encoded 2. lists...
Possible suggestion: For re-arrangeable widgets: https://jsfiddle.net/xlaptop2001/of7syvwx/ uses gridstack (pure javascript) and compatible with bootstrap.
looks like https://github.com/uploadcare/heif-image-plugin/ is the current plugin to use, however quick trial didn't allow uploading of heic image from Django...
@sdktr it sounds like you have a potential solution for this? If so can you open a draft PR and we can check it.
Looks like it is caused by CurrentUserDefault in the following code: ``` class JournalEntrySerializer(NetBoxModelSerializer): ... created_by = serializers.PrimaryKeyRelatedField( allow_null=True, queryset=User.objects.all(), required=False, default=serializers.CurrentUserDefault() ) ```
Marking as blocked as we should figure out #9608 first.
@jeremystretch per discussion, proposal is (does this sound correct): Keep the current two filters as is: **cabled** - Boolean filter returning only models which have a cable assigned **connected** -...