Hi, I'm in the middle of re-factoring a pretty active open parliament project into 1.3. I've been an early adaptor of class based views, using it of Jacob's fork.
Migration to the beta was quite smooth except for two names that broke my code: `pk` & `get_context_data`. The first comes from `models` and is now used instead of `object_id` in urls and views. It also broke compatibility with django-backlinks and I was forced to support both `pk` and `object_id` in the view wrapper, ugly. The second name can be rinsed and lose it's last 5 chars. Thanks, Benny -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.