Re: ImportError: cannot import name actions

2014-02-10 Thread Andrew Pashkin
[Tue Oct 15 12:50:36 2013] [error] [client 127.0.0.1] from > django.contrib.admin import ModelAdmin, actions > [Tue Oct 15 12:50:36 2013] [error] [client 127.0.0.1] ImportError: cannot > import name actions > > by doing the following change, I could get rid of what looked like a &g

Re: ImportError: cannot import name actions

2013-10-17 Thread Marc Tamlyn
> > "/home/rok/apps/django-trunk/**django/contrib/admin/sites.py"**, line >> 3, in >> > >> > [Tue Oct 15 12:50:36 2013] [error] [client 127.0.0.1] from >> > django.contrib.admin import ModelAdmin, actions >> > [Tue Oct 15 12:50:36 2013] [

Re: ImportError: cannot import name actions

2013-10-17 Thread rok
> > django.contrib.admin.sites import AdminSite, site > > [Tue Oct 15 12:50:36 2013] [error] [client 127.0.0.1] File > > "/home/rok/apps/django-trunk/django/contrib/admin/sites.py", line 3, in > > > > [Tue Oct 15 12:50:36 2013] [error] [client 127.

Re: ImportError: cannot import name actions

2013-10-16 Thread Ivan Kharlamov
site > [Tue Oct 15 12:50:36 2013] [error] [client 127.0.0.1] File > "/home/rok/apps/django-trunk/django/contrib/admin/sites.py", line 3, in > > [Tue Oct 15 12:50:36 2013] [error] [client 127.0.0.1] from > django.contrib.admin import ModelAdmin, actions > [Tue Oct 15 1

Re: ImportError: cannot import name actions

2013-10-15 Thread Russell Keith-Magee
:36 2013] [error] [client 127.0.0.1] from > django.contrib.admin import ModelAdmin, actions > [Tue Oct 15 12:50:36 2013] [error] [client 127.0.0.1] ImportError: cannot > import name actions > > by doing the following change, I could get rid of what looked like a > circular

Re: ImportError: cannot import name actions

2013-10-15 Thread Daniele Procida
On Tue, Oct 15, 2013, rok wrote: >I thought since the 1.6 release is in the final stretch this might be >somewhat related to bugfixing. I posted it to the users forum. Well it could indeed be a bug of course. Is it feasible for your to reduce it to something easily reproducible? Daniele --

Re: ImportError: cannot import name actions

2013-10-15 Thread rok
Thanks Daniele, I thought since the 1.6 release is in the final stretch this might be somewhat related to bugfixing. I posted it to the users forum. Rok On Tuesday, October 15, 2013 5:11:36 PM UTC+2, Daniele Procida wrote: > > On Tue, Oct 15, 2013, rok > wrote: > > >I have recently been testin

Re: ImportError: cannot import name actions

2013-10-15 Thread Daniele Procida
On Tue, Oct 15, 2013, rok wrote: >I have recently been testing the 1.6b4 tag with a new app we are >writing, using apache and wsgi. However, I could not get rid of the >following issue happening on every request: You'll be better off asking this question over on the Django users email list, rat

ImportError: cannot import name actions

2013-10-15 Thread rok
b/admin/sites.py", line 3, in [Tue Oct 15 12:50:36 2013] [error] [client 127.0.0.1] from django.contrib.admin import ModelAdmin, actions [Tue Oct 15 12:50:36 2013] [error] [client 127.0.0.1] ImportError: cannot import name actions by doing the following change, I could get rid of what