Abdul Hamid Achik López
Abdul Hamid Achik López
> While it gets parsed, I'm pretty sure we don't currently use it at all. @gkatsev thanks for answering so fast then ill just do the same thing as @saurabhkhandelwal
you need to create a record with Filer.Image field and add your ContentFile to the file attribute then use that Filer.Image instance and it will work: example that works with...
you know what i recently updated exactly that but let me see if there was an issue with releasing the new versions
https://github.com/sicksid/pdm-invoke/blob/a0be9e21946fc5d1414fc7adc264e229e5fee771/pdm_invoke/main.py#L33 the line was already removed
for anyone interested, the issue seems to be this: https://github.com/daniyalzade/django_reverse_admin/blob/babdfd4ed6e51a3bf3ceeca9707b96345ef57934/django_reverse_admin/__init__.py#L204 and there seems to be a fix for this here https://github.com/daniyalzade/django_reverse_admin/pull/286
guys [that](https://github.com/daniyalzade/django_reverse_admin/blob/babdfd4ed6e51a3bf3ceeca9707b96345ef57934/django_reverse_admin/__init__.py#L204 ), needs to be changed to: ``` def get_inline_instances(self, request, obj=None): own = list(filter( lambda inline: inline.has_view_or_change_permission(request, obj) or inline.has_add_permission(request, obj) or inline.has_delete_permission(request, obj), self.tmp_inline_instances)) return super(ReverseModelAdmin, self).get_inline_instances(request,...
for anyone else looking into fixing this temporarily, adding this to your `ModelAdmin` will do the trick: ```python def get_inline_instances(self, request, obj=None): own = list(filter( lambda inline: inline.has_view_or_change_permission(request, obj) or...
@daniyalzade another friendly reminder could we get this merged, please? its an excellent change
i would also point out that: [this](https://github.com/daniyalzade/django_reverse_admin/blob/babdfd4ed6e51a3bf3ceeca9707b96345ef57934/django_reverse_admin/__init__.py#L204 ), needs to be changed to: ``` def get_inline_instances(self, request, obj=None): own = list(filter( lambda inline: inline.has_view_or_change_permission(request, obj) or inline.has_add_permission(request, obj) or inline.has_delete_permission(request,...
for an HLS playlist i would just parse the segments from the index.m3u8 playlist