We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
from SuiSiannAdminApp.models import 句表 a=句表.objects.exclude(羅馬字='lomaji') a.count() for mih in a: try: mih.full_clean() except: print(mih.id) raise else: mih.save()
from SuiSiannAdminApp.models import 句表 for ku in 句表.objects.order_by('-id'): print(ku.id) ku.重對齊()