Skip to content

Instantly share code, notes, and snippets.

@jedie
Created August 19, 2011 09:08
Show Gist options
  • Save jedie/1156397 to your computer and use it in GitHub Desktop.
Save jedie/1156397 to your computer and use it in GitHub Desktop.
def upper_case_name(obj):
raise AttributeError # ignored!
class PersonAdmin(admin.ModelAdmin):
list_display = (upper_case_name,)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment