Skip to content

Instantly share code, notes, and snippets.

View ramusus's full-sized avatar

Boris Shifrin ramusus

View GitHub Profile
@ramusus
ramusus / gist:4343464
Created December 20, 2012 07:08 — forked from anonymous/gist:4343460
adminreverse from here http://djangosnippets.org/snippets/2032/. changed for working with ForeignKeys
'''
adminreverse from here http://djangosnippets.org/snippets/2032/
changed for working with ForeignKeys
'''
'''
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