You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Django Users,
Can you tell me if this is bug in django or not:
The fact that `x.get()` doesn't throw exception tell me that QuerySet only have one element in it. However, `x.first()` gives me different result on `price_per_kg` field. Instead of giving me the expected `12000`, it gives me `15000`.