mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 16:56:32 +01:00
Optimized Scripts admin page. Fixed related name for objects on attributes.
Repaired search. Removed some backwards compatible parts of picklefield since we aren't supporting version older than 1.5 and they were obscuring the true cause of some issues.
This commit is contained in:
parent
699f86273b
commit
427dcc3985
4 changed files with 17 additions and 20 deletions
|
|
@ -21,6 +21,7 @@ class ScriptDBAdmin(admin.ModelAdmin):
|
|||
save_as = True
|
||||
save_on_top = True
|
||||
list_select_related = True
|
||||
raw_id_fields = ('db_obj',)
|
||||
|
||||
fieldsets = (
|
||||
(None, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue