django-admin-object-actions
django-admin-object-actions copied to clipboard
How to use
Your package great, Do you have a step by step guide?
http://django-admin-object-actions.readthedocs.io/en/latest/ (need to make that link more obvious).
The doc is quite ugly :) I just go through its test project and succeed.
Yeah, you should improve the docs, because just from what is described as "set-up" it actually does not resolve in functional setup, because there is nowhere mentioned that you have to add 'display_object_actions_list' into list_fields and 'display_object_actions_detail' into fields...
Please note this project is at version 0.1 -- aka first release. Be glad there are any docs.
I really like the idea of the project and I appreciate your work there. Just, without a useful documentation it is quite useless for most non-experts. I bet this project could have a lot of contributors and stars with a little bit more documentation.
Thank you anyway, if we can help - just tell.
Thanks for the interest! I mainly put this project out here to use across multiple projects of my own, but I'm glad others are also finding it useful. I haven't had too much time to do much more with it lately, but would gladly accept PRs for changes to docs or other updates/features.
@AuHau I've addressed your issue in c811b10119f4de8fd9a6caf63e3a5680e14dbec4 and pushed that docs change to https://django-admin-object-actions.readthedocs.io/en/0.1.6/#usage
@atar-axis Please let me know if there are other changes to the project or docs you'd be interested in.
@cchurch: Perfect! Thank you very much - I think that was the missing link for newbies like me ;)
Sweet! Thanks for the update.