mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26:32 +01:00
Some refinements to the admin interface for objects and players.
This commit is contained in:
parent
40ff9eaa67
commit
fbd1b5223b
2 changed files with 2 additions and 2 deletions
|
|
@ -64,6 +64,7 @@ class ObjectDBAdmin(admin.ModelAdmin):
|
|||
list_display_links = ('id', 'db_key')
|
||||
ordering = ['db_player', 'db_typeclass_path', 'id']
|
||||
search_fields = ['^db_key', 'db_typeclass_path']
|
||||
raw_id_fields = ('db_destination', 'db_location', 'db_home')
|
||||
|
||||
save_as = True
|
||||
save_on_top = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue