I just found a behavior not expected, but I'm not sure it by design or a bug. Let's say we have a Django project named iNOC and a model NewIncident, I need to override some template such as change_form.html /change_list.html and submit_line.html, if I put this three file in path'iNOC/templates/admin/inoc/newincident'only submit_line.html works, change_form and change_list need be put in path'iNOC/templates/admin/iNOC/newincident' then it will take effect, Just what to know if this is by design or it's a bug? And my platform is centos, so it's case sensitive.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2ec0558a-d5f9-492a-9272-eaa7be913a43%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

