Autocomplete for candidat admin
This commit is contained in:
parent
5f1b7229f2
commit
6dbe230332
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ class CandidateAdmin(admin.ModelAdmin):
|
|||
'convoc_confirm_receipt_OK')
|
||||
list_filter = ('section', 'option', 'session')
|
||||
search_fields = ('last_name', 'city')
|
||||
autocomplete_fields = ['corporation', 'instructor']
|
||||
readonly_fields = (
|
||||
'total_result', 'confirmation_date', 'convocation_date', 'candidate_actions'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue