Changes between Initial Version and Version 1 of Ticket #24192, comment 3


Ignore:
Timestamp:
Jan 21, 2015, 4:14:49 AM (9 years ago)
Author:
Kristian Glass

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24192, comment 3

    initial v1  
    11So `django.contrib.admin.templatetags.admin_static` tries to use `django.contrib.staticfiles.templatetags.staticfiles` if the app's there, otherwise falls back to `django.templatetags.static`.
    22
    3 Can anyone provide guidance as to "improved" behaviour there please? Is there any kind of policy against apps from contrib depending on one another? Is it reasonable for `d.c.admin` to assume/require `d.c.staticfiles`? If the latter, can anyone point me to an existing example so I can crib from its mechanisms please?
     3~~Can anyone provide guidance as to "improved" behaviour there please? Is there any kind of policy against apps from contrib depending on one another? Is it reasonable for `d.c.admin` to assume/require `d.c.staticfiles`? If the latter, can anyone point me to an existing example so I can crib from its mechanisms please?~~ - `d.c.auth` depends on `d.c.sessions`, will crib appropriately
Back to Top