My first reflex to this is -1 for a simple reason:

the persistence layer in django is meant to be db-driven. The upload logic is transient for that reason, and nothing stops you from creating a better controlled file upload handling with a model holding those files before entering your real business logic.

Adding another low-level persistent layer will create a lot of fuzz, esp. around the right way to evict those entries later on. And ppl will forget to delete those entries, if they are in doubt. Not a good idea.

--
You received this message because you are subscribed to the Google Groups "Django 
developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/fa54bd5c-0cb4-443c-8e90-fb1356adf339%40netzkolchose.de.

Reply via email to