Re: GitHub migration done!

2012-04-28 Thread Vitaly Babiy
Awesome job guys! Vitaly Babiy On Sat, Apr 28, 2012 at 9:07 AM, Camilo Nova wrote: > Great Job. This will make easier for a lot of people to be involved on the > project. > > > On Friday, April 27, 2012 10:08:09 PM UTC-5, Adrian Holovaty wrote: >> >> On Fri, Apr 2

Re: Datetimes with timezones for mysql

2010-08-17 Thread Vitaly Babiy
a datetime that is naive it will just assume that it is the correct timezone. Thanks, Vitaly Babiy On Tue, Aug 17, 2010 at 7:09 AM, David De La Harpe Golden < david.delaharpe.gol...@ichec.ie> wrote: > On 17/08/10 04:24, Russell Keith-Magee wrote: > > > Adding timezone sensitivi

Datetimes with timezones for mysql

2010-08-16 Thread Vitaly Babiy
Hey, I been doing a lot with timezone aware dates and I noticed that the mysql store will not allow you to store a datetime aware datetime. I was wondering if there is a reason why not convert theses dates to whatever is in the settings using astimezone. And then save that date. Vitaly Babiy

Re: contrib.Auth

2010-02-09 Thread Vitaly Babiy
Vitaly Babiy On Tue, Feb 9, 2010 at 3:16 AM, James Bennett wrote: > On Tue, Feb 9, 2010 at 2:09 AM, Harro wrote: > > - Make email unique and username non-required on the model. That would > > make implementing something that authenticated by email a lot > > easier :) &

Re: contrib.Auth

2010-02-08 Thread Vitaly Babiy
Thanks, for the pointer. I think even if this gets people think about the problem its a good start, I will raise this question again after 1.2 release. Vitaly Babiy On Mon, Feb 8, 2010 at 6:46 PM, Karen Tracey wrote: > On Mon, Feb 8, 2010 at 6:39 PM, Vitaly Babiy wrote: > >> Hey

contrib.Auth

2010-02-08 Thread Vitaly Babiy
have been involved in a big part of django if I am not following protocol please let me know, Thansk. Vitaly Babiy -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegrou

Re: Call for comment: #12624 Class based test runners

2010-01-16 Thread Vitaly Babiy
+1 for me, this will make my life a lot easier to implement a auto test runner. Is need to right up a proposal for change the code_change method a little, but this is for another email. Vitaly Babiy On Sat, Jan 16, 2010 at 1:48 PM, Antoni Aloy wrote: > +1 for me > > El 16/01/2

Re: Speeding up test running

2010-01-15 Thread Vitaly Babiy
That could also work, another problem is that many times when I am debugging using tests I will use something like pbd. In this case we will always need a way to fall back to the single thread mode. On Jan 15, 2010 2:38 AM, "Russell Keith-Magee" wrote: On Fri, Jan 15, 2010 at 9:59

Re: Speeding up test running

2010-01-14 Thread Vitaly Babiy
have to run each one on its own. Vitaly Babiy On Thu, Jan 14, 2010 at 4:16 PM, ptone wrote: > This is probably just a curiosity, but I was playing with ways to test > the raw power of my new 8-core mac pro and was looking at how to apply > this to testing. > > By using multiproc