Hi all,

I met a problem.

When I added a Foreign Key field to list_display, django falls into a
dead loop and used up memories.

When I removed the field, it's all OK.

I don't think it's my code's problem because I've tested the __str__
function of both models related by the Foreign Key.

Could anybody tell me how to debug django?  I used winpdb to run
command:

manage.py runserver

The server is started but the breakpoints I set at

django\contrib\admin\views.py

do not work.

Hehe, maybe I can figure out what happened and fix a bug of django.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to