Gabriel Scarcella

Results 4 issues of Gabriel Scarcella

Fixed Inlines displaying as Editable on Read Only view. We still need to get rid of the add buttons ![image](https://user-images.githubusercontent.com/26383829/75039976-8fa5ee80-5498-11ea-9b06-4892d756dcc5.png) @OskarPersson i hope you can take a look. I'll have...

When `has_change_permission()` returns `False`it should return a **Read-Only view**, I'm getting **403:Forbidden** instead. **Example code** ``` class SomeAdmin(NestedModelAdmin): def has_change_permission(self, request, obj=None): return False ``` **Expected Behavior** Get Read-only view...

bug

Some users will find their loop0 device busy, specially if snap is installed and in use. Common in Ubuntu. This change will take the 2nd argument to change the loop...

As metioned in this post https://github.com/adafruit/Adafruit-ST7735-Library/issues/33 > > > > I have a TFT with the same IC and SKU but it has a red tab on the screen protector....