Hi Sax, I've found, where is a problem, but it's much more complicated. I've just filled issue: https://github.com/saxix/django-iadmin/issues/2
Hope we'll fix it soon, need to go sleep now On 5 čnc, 23:18, Tomáš Ehrlich <tomas.ehrl...@gmail.com> wrote: > I'm using latest Django svn checkout. > > I've just solved this problem, although still don't understand it. > > Problem was with models simply registered to admin like: > > admin.site.register(TaggedItem) > > So, I created simple model admin and it works: > > class TaggedItemAdmin(admin.ModelAdmin): > pass > > admin.site.register(TaggedItem, TaggedItemAdmin) > > On 5 čnc, 23:05, sax <s...@os4d.org> wrote: > > > > > > > > > Ciao Tomáš, > > which version of django are you using ? did you compare your settings with > > the one into the testprj app ? > > > You can find the issue tracker > > athttps://github.com/saxix/django-iadmin/issues?sort=created&direction=... > > > let me know as i can help you > > > sax > > > 2011/7/5 Tomáš Ehrlich <tomas.ehrl...@gmail.com> > > > > Hi Sax, > > > thanks for your work, i've already put it into my project. > > > > Unfortunately, I've got this error when accessing change_list view. > > > Some apps works fine, but some of them shows this exception: > > > File "/usr/lib/python2.6/dist-packages/django/contrib/admin/views/ > > > main.py" in __init__ > > > 81. self.query_set = self.get_query_set(request) > > > > Exception Type: TypeError at /admin/markup/textprocessor/ > > > Exception Value: get_query_set() takes exactly 1 argument (2 given) > > > > I'm trying to figure out, what's wrong. Just posting in case you know > > > about this. > > > > Does github have any issue tracker? > > > > Thanks > > > > On 4 čnc, 14:55, Stefano Apostolico <s...@os4d.org> wrote: > > > > Hi all, > > > > > I would like some feedback onhttps:// > > > github.com/saxix/djangoscreenshots-home-page-iadmin< > > >https://github.com/saxix/django-iadmin> > > > > . > > > > > Documentation in progress, but demo application included. > > > > > Suggestions and comments are welcome, any help will be appreciated > > > > > sax > > > > -- > > > 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 > > > django-users+unsubscr...@googlegroups.com. > > > For more options, visit this group at > > >http://groups.google.com/group/django-users?hl=en. -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.