On Mon, 2008-09-01 at 08:35 -0700, Rodrigo Culagovski wrote:
[...]
> So, I guess the problem is using a model instance as a dictionary key.
> What's weird is the development/production server discrepancy.
> Development is running 0.97, production 0.96, which I guess might
> account for the difference, no?

Well, there is no version called 0.97, but I guess you seem "something
after 0.96" (django-admin.py --version never says just "0.97"). This
isn't just pedantry; it's important when reporting bugs.

Anyway, the version difference is just about the first thing you should
think of in cases like this: we've made a lot of changes. One of those
changes was fixing up the __hash__ method on models so that equal
instances hashed to the same value. That change was made in r7132 (Feb
19, 2008).

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to