Christian Schneider wrote: > Michael, > > On 5/10/06, Michael Radziej <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> My problem was a stupid error on my own. You haven't, by chance, created >> a field named "id" and haven't set primary=True? > > > no, unfortunately not.
Since this stuff is tested in the automated test suite, you could try running these. Would be interesting whether they break for you, too. There's a file runtests.py, start this. It will use your settings to access the database server, but create a separate, fresh database "django_test_db". If they break, too, something is wrong with your installation. If they run, you need to find what's so special with your usage. Hope that helps a bit. Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

