Alex Chernyshov

Results 2 issues of Alex Chernyshov

Hello all, i have an issue with entering to edit model instance menu. ![DeepinScreenshot_select-area_20220322112126](https://user-images.githubusercontent.com/87129973/159448123-9870dce0-b7e9-47c0-a7ba-70c5b900b384.png) Maybe someone had the same issue?

#### Django admin pass not all fields to model creation process #### Code Admin model ```python @admin.register(SuggestChange) class SuggestChangeAdmin(admin.ModelAdmin): list_display = ( "reviewId", "applied", "accepted", "new", "country", "source", "author", "normalized_modified_attributes",...