Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Use the RawGenericKeyWidget for RelatedContentInline #11

Closed
wants to merge 1 commit into from

Conversation

dmclain
Copy link
Member

@dmclain dmclain commented Mar 7, 2012

DO NOT MERGE

This makes using the related content inline somewhat easier, since we can now just use standard django ways to customize the list view of model admins.

DO NOT MERGE

(function($){
$(document).ready(function(){
$('.inline-related .add-row a').click(function(){
alert('maybe?');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this debug code?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, and it doesn't even work

@dmclain
Copy link
Member Author

dmclain commented May 9, 2012

superseded by #13

@dmclain dmclain closed this May 9, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants