#15641: Allow FileSystemStorage(base_url=None) to disable url access -------------------------------------+--------------------------- Reporter: Harm Geerts <hgeerts@…> | Owner: nobody Status: new | Milestone: Component: File uploads/storage | Version: SVN Keywords: | Triage Stage: Unreviewed Has patch: 1 | -------------------------------------+--------------------------- changeset:9946 changed the behaviour of passing base_url=None to the FileSystemStorage contructor. Before the change it would disable url access whereas now it enables access through MEDIA_URL
The attached patch restores the old behaviour. -- Ticket URL: <http://code.djangoproject.com/ticket/15641> Django <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.
