Skip to content

Commit

Permalink
Nowe pole w mecie
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Oct 30, 2024
1 parent 49ba1b4 commit 56e9e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Webówka🌍/9_django.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ admin.site.register(Question, QuestionAdmin)
Często edytowane pola dla tej klasy to:

- `fields` - określa jakie pola mają być wyświetlane w panelu administracyjnym
- `extra_kwargs` - pozwala na dodanie dodatkowych argumentów dla konstruktorów poszczególnych pól [link](https://www.django-rest-framework.org/api-guide/serializers/#additional-keyword-arguments)
- `list_display` - określa jakie kolumny mają być wyświetlane w zbiorczej liście obiektów
- `list_filter` - określa jakie filtry mają być dostępne
- `search_fields` - określa jakie pola mają być używane do wyszukiwania (nad listą będzie wyszukiwarka, która może korzystać z tych pól)
Expand Down

0 comments on commit 56e9e78

Please sign in to comment.