Ok, My patch is ready. Anyone cares to review to get it in before the deadline this weekend? https://github.com/django/django/pull/9011
Thanks -Joe -- Johannes Hoppe Fon: +49 331 2812 9869 1 Fax: +49 331 2812 9869 9 www.johanneshoppe.com Lennéstr. 19 14469 Potsdam USt-IdNr.: DE284754038 On 2. Sep 2017, 13:19 +0200, Johannes Hoppe <[email protected]>, wrote: > OK, I drafted an implementation for django.forms.FileField to support > `multiple` as an argument. > https://github.com/django/django/pull/9011 > > I would appreciate some feedback. If you like the design, I’ll try to add > documentation and better tests tomorrow. > > Thanks > -Joe :) > > -- > Johannes Hoppe > > Fon: +49 331 2812 9869 1 > Fax: +49 331 2812 9869 9 > > www.johanneshoppe.com > > Lennéstr. 19 > 14469 Potsdam > > USt-IdNr.: DE284754038 > > On 2. Sep 2017, 11:10 +0200, Melvyn Sopacua <[email protected]>, wrote: > > On Sat, Sep 2, 2017 at 10:37 AM, Adam Johnson <[email protected]> wrote: > > > > > ArchiveField sounds a bit too specific for Django core, the most common > > > case > > > for uploading multiple files would probably be to access them > > > individually, > > > which it would prevent. > > > > Yeah, was on the fence on that one myself. The use cases are very domain > > specific, the obvious one being a backup application, but also design specs > > or legal documents that site staff downloads and never actually views on > > site > > individually. The upside of the field being that you have control of the > > archive > > format and/or can encrypt the archive with user specific key before sending. > > > > I researched it for an upcoming project and all the hooks are in place to > > create such a model and you're right, it goes beyond "batteries included". > > -- > > Melvyn Sopacua > > > > -- > > You received this message because you are subscribed to a topic in the > > Google Groups "Django developers (Contributions to Django itself)" group. > > To unsubscribe from this topic, visit > > https://groups.google.com/d/topic/django-developers/IU8L9Gc6LUI/unsubscribe. > > To unsubscribe from this group and all its topics, 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-developers. > > To view this discussion on the web visit > > https://groups.google.com/d/msgid/django-developers/CA%2Bgw1GWTn%2B8f_bUV7mmJ8gEFodwUrtK_yzF_zEWA%2Bv5ew332gA%40mail.gmail.com. > > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/cbfa52ad-3fb4-443c-9465-5a365272e41e%40Spark. For more options, visit https://groups.google.com/d/optout.
