I am running my app on latest trunk (r8580 at the moment of writing this post) and I have nothing but problems while trying to deploy my stuff over mod_wsgi.
Exception I am receiving is generic " 'str' object has no attribute '_default_manager' " which shows up when something goes wrong with admin.autodiscover() at urls.py. My first thought was that I probably missed over something while porting my bits to newforms-admin from pre 1.0-alpha trunk, but after a while I realized that gremlins are coming out only while WSGIHandler is used - this means running Django through cherrypy, spawning and mod_wsgi. Dev server, mod_python and FCGI (through lighttpd) works perfectly fine with same code. The source of problems is one - very simple app which contains one model, one ModelAdmin and one view. After trying to narrow source of problems to find out which portion of code is causing the problems I found out that everything is running fine when I comment out fieldsets definition in my ModelAdmin. That's pretty weird and I believe there is nothing wrong with my code (it works through interfaces other than WSGI!). Any kind of lead that I could follow to make my code working through WSGI would be highly appreciated! Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---