#15636: django.contrib.staticfiles - "collectstatic" makes all files names lowercase. -------------------------------------+------------------------------------- Reporter: drakaar | Owner: jezdez Type: Bug | Status: closed Component: contrib.staticfiles | Version: SVN Severity: Normal | Resolution: needsinfo Keywords: | Triage Stage: Has patch: 0 | Unreviewed Needs tests: 0 | Needs documentation: 0 Easy pickings: 0 | Patch needs improvement: 0 | UI/UX: 0 -------------------------------------+-------------------------------------
Comment (by wooyek): Sorry, my bad. The trunk version has been already been corrected. I did not check the details of this ticket when I was looking for it. I was writing under an assumption that it was for 1.3.1 version (silly me). Answering your question: NTFS. Again sorry for code analysis instead of test case, there is a problem: https://code.djangoproject.com/browser/django/branches/releases/1.3.X/django/utils/_os.py#L37 And here it is corrected: https://code.djangoproject.com/browser/django/trunk/django/utils/_os.py#L42 If you still need a test case, I'll try to write one. All I did up till now is create a no-app project with one static file. But when I got to learning how to write test for django framework itself I found that the trunk version is OK. The project is here: http://www.dropbox.pl/file.php?name=449D082A80C3D12C33FBDF5E67AC35AE Poke me if the test case is still needed, but you'll have to give me some time find my way in the test for static files -- Ticket URL: <https://code.djangoproject.com/ticket/15636#comment:19> Django <https://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 django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.