Skip to content

Instantly share code, notes, and snippets.

View joshkel's full-sized avatar

Josh Kelley joshkel

View GitHub Profile
'''
adminreverse from here http://djangosnippets.org/snippets/2032/
changed for working with ForeignKeys and updated for Django 1.8
'''
'''
reverseadmin
============
Module that makes django admin handle OneToOneFields in a better way.
A common use case for one-to-one relationships is to "embed" a model