bee-keeper
bee-keeper
I have a Django model with a fk and m2m. Serialise works perfectly but when I run the following, the field is only excluded in the outer level and appears...
Ok i had assumed that templates would be a solution, I suppose it was more a comment on the default behaviour without using a template. Please feel free to close...
Hi, thanks for the reply. Yep it's Django, I didn't see you had an examples directory actually but looks like I set it up the same way regardless. Let me...
Hi, I'm also interested in what `CachedPropertiesMixin` actually is as it doesn't appear to be in Django? @PirosB3 any chance you can shed some light on this please?
Thanks for this. I was under the impression though that the code would work as is in 1.8, without any changes to core Django. Why is the patch needed and...
Actually, in addition to the above, you also need to make the following change in models.py (have updated the pull request with this change now). I'm not using threaded comments...
If it's possible to do away with the proxy that would be good, can definitely look into that approach. Alternatively, I think if the proxy just inherited the parent permissions...
Is there any interest in deciding how to implement this in ecs-cli? More than happy to PR it if we can agree how it should look. I'm currently using ecs-cli...
Pull request #13 fixes this issue although it was never accepted. @Soaa- Thanks for this lovely Django addition - are you no longer interested in maintaining it? It seems such...
@AaronKazah if you want to PR your changes, ideally with a test am happy to merge. Sorry have been busy with other stuff and not been a very active maintainer..