Revised 1.2 release schedule

2010-03-09 Thread Russell Keith-Magee
Hi all, Those of you that have been paying attention to the Django release roadmap [1] will have noticed that the original estimated release date for Django 1.2 final has passed, but we haven't actually made a final release. Although Django aims to follow a date-based release cycle, we won't make

process to access the SQL Server Reporting Services in the Django Application

2010-03-09 Thread bimal
Hi, How to achieve:(Help Needed) process to access the SQL Server Reporting Services in the Django Application Is dare any APIs available to work on it. Detail flow i planned to do mention below: To access report or content of report from report server To add reference for access

Re: process to access the SQL Server Reporting Services in the Django Application

2010-03-09 Thread Karen Tracey
Questions about using Django should be sent to django-users. The topic of this list is the development of Django itself. Karen -- 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: dbsettings, and user configurable app settings

2010-03-09 Thread stuff4ash
a) is probably what i would personally leave in settings.py, or in a conf/settings.py MEDIA_URL, projectname, etc... a bit behind on a project, ill take a look at appsettings this weekend :) On Mar 7, 12:03 am, Jared Forsyth wrote: > It seems like the best place for "project settings"(a) would b

GSoC - Class based serializers

2010-03-09 Thread Renato Garcia Pedigoni
Hi folks My name is Renato, I'm currently studying Biomedical Informatics at the University of Sao Paulo, in Brazil. Last year I tried a GSoC slot with a declarative syntax serializer project for Django. Reading the 2010's ideas for GSoC I found it again, so I decided to try again, improving my pr

Re: GSoC - Class based serializers

2010-03-09 Thread Alex Gaynor
On Tue, Mar 9, 2010 at 5:56 PM, Renato Garcia Pedigoni wrote: > Hi folks > My name is Renato, I'm currently studying Biomedical Informatics at the > University of Sao Paulo, in Brazil. > Last year I tried a GSoC slot with a declarative syntax serializer project > for Django. Reading the 2010's ide

Re: Eclipse stack trace integration

2010-03-09 Thread Leo
Symfony seems to do it just for TextMate using the txmt: link syntax - http://blog.macromates.com/2007/the-textmate-url-scheme/ - IMO this would be a great little feature to add to the Django debug pages. I use PyDev and Eclipse and unfortunately Eclipse doesn't actually have native support to jum