Re: Ticket 20147 - deprecate and replace request.META

2013-04-09 Thread Luke Plant
On 09/04/13 12:34, Tom Evans wrote: > The basis of web development was CGI. From CGI came everything. > Therefore, almost all webservers - Apache, nginx - almost all > frameworks - RoR, PHP, Django - that deal with the web will have > similar or equivalent environment hashes like this. > The conve

Re: Ticket 20147 - deprecate and replace request.META

2013-04-09 Thread Tom Evans
On Mon, Apr 8, 2013 at 9:02 PM, Luke Plant wrote: > Hi all, > > This is already the subject of a ticket, but I didn't get a response > yet. Basically, the idea is replace things like: > > request.META['HTTP_ACCEPT'] > > with > > request.HEADERS['Accept'] > > request.META should be deprecated a

Re: Extending the DATABASES = {'xx': {'NAME': construct to carry additional information and / or virtual names

2013-04-09 Thread VernonCole
On Monday, April 8, 2013 3:31:48 AM UTC-6, Aymeric Augustin wrote: > > On 8 avr. 2013, at 10:21, VernonCole > > wrote: > > > 1) re-implement the argument signature of adodbapi so that it agrees > with the recommendation for positional and keyword arguments in PEP 249, > except that the first

Re: currency of DATABASES = {'xx' : {'OPTIONS' = {'AUTOCOMMIT' ... flag.

2013-04-09 Thread VernonCole
On Monday, April 8, 2013 3:17:52 AM UTC-6, Aymeric Augustin wrote: > > On 8 avr. 2013, at 10:33, VernonCole > > wrote: > > > I am confused by the documentation. I cannot seem to figure out whether > the AUTOCOMMIT switch is a new feature on the way in, or an obsolete > feature on the road to

Re: Ticket 20147 - deprecate and replace request.META

2013-04-09 Thread Marc Tamlyn
I agree wholeheartedly with the introduction of request.HEADERS. I can see Carl's point regarding deprecating META, and I think it would be fine for it to exist as an alternative implementation in the same way as request.REQUEST does. -- You received this message because you are subscribed to t