django-material-admin icon indicating copy to clipboard operation
django-material-admin copied to clipboard

Material design for django administration

Results 55 django-material-admin issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/17748513/91417928-799a3180-e81f-11ea-81a7-176437efed8b.png) See the attached pic. I have a TextField called loan list. If I copy/paste a list, the formatting doesn't do what you'd expect.

![Capture](https://user-images.githubusercontent.com/17748513/89703049-2b2afe80-d915-11ea-825a-b39e5b8ae3ed.JPG) See image. The first field is a CharField; the second is a FileField.

![Capture](https://user-images.githubusercontent.com/17748513/89147858-fe967180-d525-11ea-9b75-a3122d2bf4f5.JPG) For FileField in TabularInline, the horizontal line for the file name is slightly lower than the text for the adjacent TextField and ModelChoiceField. By the way, if I didn't...

![image](https://user-images.githubusercontent.com/6506921/86531034-991f7880-bec6-11ea-8e83-09f313067928.png) unnecessary block and no action-select

When adding a choice field within an admin model, the radio buttons do not render (they render as text with no clickable controls).

failed)net::ERR_CONNECTION_TIMED_OUT -- It's (css js...)better to pack them together,Otherwise, the intranet cannot be used

Say you have an inline in your admin, and that this inline itself has autocomplete fields: ```python class SectionInline(admin.StackedInline): autocomplete_fields = ("owner",) extra = 1 model = Section @admin.register(Book) class...