Monday, October 26, 2015

bug: mymodel.objects.first().get('id',None) AttributeError: 'NoneType' object has no attribute 'get'

 hi ,how are you 

i run 

myid=mymodel.objects.first().get('id',None) 

If there is a record, it's ok

If there is no record, error info:

AttributeError: 'NoneType' object has no attribute 'get'


If there is a record,Can you let it return an empty dictionary,

thank you 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/79c7792d-424a-4174-b595-77df4c4e2e7d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment