mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 10:31:35 +00:00
Fix format and PT style. Optimize OrderAdmin load.
This commit is contained in:
parent
8b6a75ad80
commit
eaa40417ad
@ -70,6 +70,15 @@ class OrderAdmin(AdminChangeLinksMixin, admin.ModelAdmin):
|
|||||||
"taker_bond",
|
"taker_bond",
|
||||||
"trade_escrow",
|
"trade_escrow",
|
||||||
)
|
)
|
||||||
|
raw_id_fields = (
|
||||||
|
"maker",
|
||||||
|
"taker",
|
||||||
|
"payout_tx",
|
||||||
|
"payout",
|
||||||
|
"maker_bond",
|
||||||
|
"taker_bond",
|
||||||
|
"trade_escrow",
|
||||||
|
)
|
||||||
list_filter = ("is_disputed", "is_fiat_sent", "is_swap","type", "currency", "status")
|
list_filter = ("is_disputed", "is_fiat_sent", "is_swap","type", "currency", "status")
|
||||||
search_fields = ["id","amount","min_amount","max_amount"]
|
search_fields = ["id","amount","min_amount","max_amount"]
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"You must enter a new token first": "Primeiramente você necessita inserir um novo token",
|
"You must enter a new token first": "Primeiramente você necessita inserir um novo token",
|
||||||
"Make Order": "Lançar ordem",
|
"Make Order": "Lançar ordem",
|
||||||
"Info": "Info",
|
"Info": "Info",
|
||||||
"View Book": "Ver livro de ofertas",
|
"View Book": "Ver ofertas",
|
||||||
"Learn RoboSats": "Aprender sobre o RoboSats",
|
"Learn RoboSats": "Aprender sobre o RoboSats",
|
||||||
"You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Você está prestes a visitar o \"Learn RoboSats\"(Aprender sobre o RoboSats). Ele hospeda tutoriais e documentação para ajudá-lo a aprender como usar o RoboSats e entender como funciona.",
|
"You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Você está prestes a visitar o \"Learn RoboSats\"(Aprender sobre o RoboSats). Ele hospeda tutoriais e documentação para ajudá-lo a aprender como usar o RoboSats e entender como funciona.",
|
||||||
"Let's go!": "Vamos lá!",
|
"Let's go!": "Vamos lá!",
|
||||||
|
Loading…
Reference in New Issue
Block a user