This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
# Christophe31 | |
Shamlessly taken from: https://gist.github.com/ramusus/4343464 | |
adapted to dj1.7 and allow Inline class as field argument. | |
# Ramsus | |
adminreverse from here http://djangosnippets.org/snippets/2032/ | |
changed for working with ForeignKeys |