Re: Creating list of sub-objects where...

2017-07-02 Thread softie . coder
Am Sonntag, 2. Juli 2017 12:09:55 UTC+2 schrieb Derek: > > There is almost too much information here, but not enough actual details > on your errors to help someone help you debug your logic. > Thanks for your answer. But I'm afraid that if I post queryset lines I tryed, it will be more misle

Re: Creating list of sub-objects where...

2017-07-02 Thread Derek
There is almost too much information here, but not enough actual details on your errors to help someone help you debug your logic. One thing I can suggest is that the admin functionality should look more like: class ExportFunction(admin.ModelAdmin): ... actions = ['export_all_as_yaml',

Creating list of sub-objects where...

2017-07-01 Thread softie . coder
Hi! Maybe I did something wrong when trying to program with Django in my first thread here. Maybe I did the relationship the wrong way, maybe the docs are containing the wrong words because of my poor database knowledge. But now I came quite far (and hopefully someone can use that code below as