Re: Feedback wanted for API to support for multi file upload

2018-08-26 Thread Johannes Hoppe
Hi Adam! On Sunday, August 26, 2018 at 4:33:31 PM UTC+2, Adam Johnson wrote: > > My suggestion would be to add the new keyword argument which enable the >> new behavior and keep the attr-thing as is. >> I could add a warning if someone uses the "old" style. It is a bit >> suggestive though. > >

Re: Deprecate PickleSerializer for session serialization?

2018-08-26 Thread Claude Paroz
Le dimanche 26 août 2018 13:36:41 UTC+2, James Bennett a écrit : > > The only use case for pickle that I'm aware of is "I need a way to add a > security hole to my site". So let's just get rid of it. > Out of memory, I think they were cases when some types were not JSON-serializable. Claude -

Re: Deprecate PickleSerializer for session serialization?

2018-08-26 Thread Adam Johnson
🔥🔥🔥 On Sun, 26 Aug 2018 at 20:10, Florian Apolloner wrote: > Yes, lets deprecate and remove it. No 3rd party package from Django > itself, if someone wants it, they should write one. > > On Sunday, August 26, 2018 at 3:57:20 PM UTC+2, Adam Johnson wrote: >> >> +1 to deprecate. Maybe we deprecate

Re: Deprecate PickleSerializer for session serialization?

2018-08-26 Thread Florian Apolloner
Yes, lets deprecate and remove it. No 3rd party package from Django itself, if someone wants it, they should write one. On Sunday, August 26, 2018 at 3:57:20 PM UTC+2, Adam Johnson wrote: > > +1 to deprecate. Maybe we deprecate and remove it, and some user makes a > third party package if they s

Re: Feedback wanted for API to support for multi file upload

2018-08-26 Thread Adam Johnson
> > My suggestion would be to add the new keyword argument which enable the > new behavior and keep the attr-thing as is. > I could add a warning if someone uses the "old" style. It is a bit > suggestive though. Whilst it's not the normal way of deprecating things in Django, I'm not against it. W

Re: Adjusting Django's security notification policy

2018-08-26 Thread Adam Johnson
> > Members who are known to the security team to be maintaining codebases > on unsupported versions of Django will also be asked to provide > details of how they plan to migrate to a supported version, and to > assess whether they still require full notifiations once that > migration is complete.

Re: Deprecate PickleSerializer for session serialization?

2018-08-26 Thread Adam Johnson
+1 to deprecate. Maybe we deprecate and remove it, and some user makes a third party package if they so wish? On Sun, 26 Aug 2018 at 13:36, James Bennett wrote: > The only use case for pickle that I'm aware of is "I need a way to add a > security hole to my site". So let's just get rid of it. >

Re: Deprecate PickleSerializer for session serialization?

2018-08-26 Thread James Bennett
The only use case for pickle that I'm aware of is "I need a way to add a security hole to my site". So let's just get rid of it. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this grou

Adjusting Django's security notification policy

2018-08-26 Thread James Bennett
There's been some discussion recently amongst the Django security team regarding the way we handle advance notifications of security isues, and whether we ought to change that. But since the security team is a pretty small group, we'd like to take the discussion public and get broader input before