[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
> > "/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] [
> > 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.
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
: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
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
--
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
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
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