Changes between Initial Version and Version 1 of Ticket #16605, comment 9
- Timestamp:
- Mar 9, 2012, 9:44:51 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16605, comment 9
initial v1 3 3 * The fix proposed by contributor btimby 4 4 * Tests were added 5 * A helper `issubclass_by_name(symbol_name, klass)` helper function in `django/utils/module_loading` as suggested by Russell that implements5 * A `issubclass_by_name(symbol_name, klass)` helper function in `django.utils.module_loading` as suggested by Russell that implements 6 6 functionality like this: 7 7