Hi, I'm working on porting a large codebase to 1.4 (using the rc), and have run into what appears to be a regression in the serializers. I wanted to run it past some eyes here before I raise a ticket.
The Python serializer's handle_fk_field() method now no longer handles the case where a related object is None and natural keys are in use. The problem appears to have been introduced in this changeset: https://code.djangoproject.com/changeset/17439 The code now no longer checks to see if the `related` object is not None before attempting to call natural_key() on it. Should I raise a ticket for this one? Cheers, Dan -- Dan Fairs | dan.fa...@gmail.com | www.fezconsulting.com -- 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.