Django Relatives ================ When using Django's admin site, I often find myself wishing I could easily visit model relations from my change lists and change forms. The django-relatives package is meant to do exactly this. Uses ---- The main usages of this Django app are: - :ref:`Linking to foreign keys in change lists ` - :ref:`Linking to foreign keys in change forms ` - :ref:`Linking to reverse relations on change forms ` - :ref:`Linking to foreign keys in inlines ` Contents -------- .. toctree:: :maxdepth: 2 usage api Contributing ------------ Visit the project `on Github`_ to view the source, submit issues and pull requests. .. _on github: https://github.com/treyhunner/django-relatives Indices and tables ================== * :ref:`genindex` * :ref:`search`