#5727: views/static.py small refactoring ---------------------------------------------+------------------------------ Reporter: Thomas Güttler <[EMAIL PROTECTED]> | Owner: nobody Status: new | Component: Uncategorized Version: SVN | Keywords: Stage: Unreviewed | Has_patch: 1 ---------------------------------------------+------------------------------ If you need to check permissions before allowing access to a static file, you can't use apache/lighttpd to serve these files.
I changed views/static.py a little, so that you can use HTTP_IF_MODIFIED_SINCE and mimetype detection for a single file. -- Ticket URL: <http://code.djangoproject.com/ticket/5727> Django Code <http://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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
