Changes between Initial Version and Version 1 of Ticket #15619, comment 22
- Timestamp:
- Sep 8, 2012, 11:58:21 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15619, comment 22
initial v1 1 1 Talking to julienphalip on #django-dev - we are going to look at getting ModelAdmin.media() to return only the js files needed for a given view. This may require changing ModelAdmin.media() to be a method that takes arguments, rather than staying as a property. 2 3 Once this is complete, we can move ahead with the solution as outlined in the rest of this ticket.