django-chained-selectbox icon indicating copy to clipboard operation
django-chained-selectbox copied to clipboard

Chained select box widget using AJAX for Django Admin

Results 3 django-chained-selectbox issues
Sort by recently updated
recently updated
newest added

- added form class for FKs - some minor PEP8 fixes

This is a neat little tool. However, I've encountered an issue. The model: ``` class MyModel(models.Model): destination_content_type = models.ForeignKey(ContentType ) destination_object_id = models.PositiveIntegerField() destination_content_object = generic.GenericForeignKey( 'destination_content_type', 'destination_object_id' ) #...

Without licenses, it's hard to tell to what extent this software is available for use and modification.