Re: Django 1.1 Release Update

2009-05-06 Thread George Song
On 5/5/2009 9:20 PM, Tarun Pasrija wrote: > I recently checked the schedule for Django 1.1 final release and the > website says April 13th. > > http://code.djangoproject.com/wiki/Version1.1Roadmap. > > Are there any updates about the change in schedule and when is the > final going to be

Re: Test integration with coverage

2009-04-13 Thread George Song
On 4/9/2009 7:39 PM, Ned Batchelder wrote: > George, I'd love to hear about your changes to coverage.py. Over the weekend I made my test coverage test runner into a third party app. So you just have to install the app, add some settings, and run ``manage.py test_coverage [app1 app2 ...]``. The

Re: Test integration with coverage

2009-04-07 Thread George Song
On 4/7/2009 11:25 AM, Kevin Kubasik wrote: > I actually proposed this as part of my GSoC project. I think there is > enough interest that basic coverage support could be seen in core. I agree and have had some quick emails with Jacob about this. I think there's a way to make this a stand-alone

Test integration with coverage

2009-04-07 Thread George Song
I did a fair amount of work last week with ``coverage.py``. I came up with a pretty flexible system which suited my own development needs but is probably useful to a lot of people out there. I noticed there's already a ticket open for this: I've commented there as well. I was able to run

Django internal datetime handling

2009-03-22 Thread George Song
I have just submitted a proposal on Trac regarding how Django should handle datetimes. Quick summary: 1. PostgreSQL should not have time zone set, or have time zone set to 'UTC'. 2. Django should store all datetime on DB backends as '''naive UTC''' datetime. 3. `settings.TIME_ZONE` becomes a

Re: Django BoF at PyCon 2007

2007-01-19 Thread George Song
There are now two Open Space sessions planned: * Django BoF : An informal gathering for anyone who's interested in Django. Meet and greet and general mingling. * Django application showcase : A presentation

Django BoF at PyCon 2007

2007-01-16 Thread George Song
Jacob and I have decided it's a good idea to get a Django meetup going at PyCon. A few people have expressed interest in attending the tutorials but it seems they are full already. I've set up an initial agenda, which is completely open to change if better ideas come along (so let me know if