id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 7260,fixed db-api documentation on queryset.get() method,leotr,leotr,"According to documentation: [[BR]] ``get()`` raises ``AssertionError`` if more than one object was found [[BR]] According to the Queryset.get(): [[BR]] {{{ if num == 1: return clone._result_cache[0] if not num: raise self.model.DoesNotExist(""%s matching query does not exist."" % self.model._meta.object_name) raise self.model.MultipleObjectsReturned(""get() returned more than one %s -- it returned %s! Lookup parameters were %s"" }}} Seems like documentation is wrong.",,closed,Documentation,dev,,fixed,db-api,,Ready for checkin,1,0,0,0,0,0