Changes between Initial Version and Version 1 of Ticket #24192, comment 3
- Timestamp:
- Jan 21, 2015, 4:14:49 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24192, comment 3
initial v1 1 1 So `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`. 2 2 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