#5459: newforms-admin ModelAdmin ignores the js attribute ------------------------------+--------------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Component: Uncategorized Version: newforms-admin | Keywords: custom js javascript ModelAdmin Stage: Unreviewed | Has_patch: 0 ------------------------------+--------------------------------------------- When migrating to newforms-admin, it is usually sufficient to move the attribute declarations from the Admin subclass into a new class that inherits from ModelAdmin. However, for the time being, the latest SVN branch ignores the js attribute, although it internally uses media widgets to achieve that goal, so integration with user-required scripts would be trivial. My solution was to create a JSModelAdmin class, which inherits from the stock ModelAdmin and implements this feature. However, it would be nice to have support for this feature.
-- Ticket URL: <http://code.djangoproject.com/ticket/5459> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
