Re: JsonField

2011-11-08 Thread Tom Evans
On Mon, Nov 7, 2011 at 9:58 PM, Ric wrote: > django should be able to handle this kind of situation, and please > don't be arrogant. Hi, I'm sorry you felt that I was being arrogant - I don't know the situations of your project, it may well be exactly what is needed in that situation. I was only

Re: JsonField

2011-11-08 Thread Tom Evans
On Mon, Nov 7, 2011 at 11:48 PM, Torsten Bronger wrote: > > While I appreciate that Django core is supposed to enforce good > design practices, one must be careful with that if some practice may > have valid use cases.  You cannot prevent the user from shooting in > the foot anyway. > > While we m

Re: Python 3 and you

2011-11-08 Thread richard.prosser
Yes I know but Vista isn't the best platform and my laptop isn't that hot! Plus I have very good Unix/Linux experience, which may help. Richard On Nov 7, 2:01 pm, "Jonas H." wrote: > On 11/07/2011 12:00 PM, richard.prosser wrote: > > > I may be willing to support this. I have 18 month's of Pyt

Re: Python 3 and you

2011-11-08 Thread Brian Schott
If you want to test Linux deployment, install Ubuntu under VirtualBox: https://www.virtualbox.org/ Brian Schott bfsch...@gmail.com On Nov 8, 2011, at 11:37 AM, richard.prosser wrote: > Yes I know but Vista isn't the best platform and my laptop isn't that > hot! > > Plus I have very good Unix/

Re: JsonField

2011-11-08 Thread diogobaeder
Hi, guys, I agree that we should use the right tool for the job; But even a relational database can be used for semi-structured data when it's not going to be directly queried. Matter of fact, there's even a design pattern recognized for that: http://martinfowler.com/eaaCatalog/serializedLOB.html

Re: Request for review / Multiple time zone support for datetime representation

2011-11-08 Thread Luke Plant
Hi Aymeric, Finally got around to this! My review follows. I didn't follow the original discussions very closely, so forgive any questions that have been answered already. On the other hand, the code and comments probably ought to answer the kind of questions I have, without needing to search mail

Re: Django application instances

2011-11-08 Thread Chris Northwood
Hi all, Thanks for the responses On 6 November 2011 23:45, Russell Keith-Magee wrote: > Untrue -- #3591 has been the ticket tracking this idea for some time. > The ticket even has a patch/branch that is just waiting for review. > I've been wanting to do a review for some time, but life has consp