Skip to content

Instantly share code, notes, and snippets.

@ikeikeikeike
Created July 22, 2012 06:23
Show Gist options
  • Save ikeikeikeike/3158666 to your computer and use it in GitHub Desktop.
Save ikeikeikeike/3158666 to your computer and use it in GitHub Desktop.
Django MySQL AS句

チョイチョイ忘れる

>>> Message.objects.filter(pk=1).extra(select={'mailto': 'id'}).values("subject", "body", "mailfrom", "mailto")
[{'mailto': 1L, 'body': u'ldkajf', 'mailfrom': u'admin name', 'subject': u'title1'}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment