Re: mod_python documentation issues

2007-09-14 Thread Graham Dumpleton
On Sep 15, 1:45 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 9/14/07, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > > > > > Seems I am never going to win on this issue. Latest updates have seen > > the issue closed without any change being made. I also again can not > > put updates on

Article for Volume 2, Issue 4 of The Python Papers

2007-09-14 Thread [EMAIL PROTECTED]
To whom it may concern, My name is Tennessee Leeuwenburg, Editor-In-Chief of The Python Papers (http://pythonpapers.org). I am looking for expressions of interest to write an article for our next issue. I am contacting many people in the web development arena to try to strongly theme our next iss

Re: copy.deepcopy for newforms' Bug ?

2007-09-14 Thread Malcolm Tredinnick
On Sat, 2007-09-15 at 11:00 +0800, 张沈鹏(电子科大08年本科应届) wrote: > When I checkout django from svn , this error happened , it seems come from > #6154 > > .. > File > "D:\myWay\stuhome_django\sdk\python\Lib\site-packages\django\newforms\forms.py" > in __init__ > 76. self.fields = sel

copy.deepcopy for newforms' Bug ?

2007-09-14 Thread 张沈鹏(电子科大08年本科应届)
When I checkout django from svn , this error happened , it seems come from #6154 .. File "D:\myWay\stuhome_django\sdk\python\Lib\site-packages\django\newforms\forms.py" in __init__ 76. self.fields = self.base_fields.copy() File "D:\myWay\stuhome_django\sdk\python\Lib\site-packa

Re: Call to Arms -- Caching Mechanisms

2007-09-14 Thread David Cramer
CacheManager: http://dpaste.com/19672/ CachedForeignKey: from django.core.cache import cache from django.db.models.fields import Field from django.db.models.fields.related import ForeignKey, ReverseSingleRelatedObjectDescriptor CACHE_TIME = 60*60 class CachedReverseSingleRelatedObjectDescriptor(

Re: Call to Arms -- Caching Mechanisms

2007-09-14 Thread Honza Král
we use something like http://dpaste.com/19671/ it - invalidates the cache when object is updated (based on registered test) - can cooperate with apache active mq to propagate the signals accross multiple boxes - provides decorator for any function, including handling the invalidation registr

Call to Arms -- Caching Mechanisms

2007-09-14 Thread David Cramer
So in the past months, we've tried several different methods of handling caching over at Curse. Curse.com for the unfamiliar, we're a very high traffic dynamic content driven website. - Caching frequently used querysets with cache.get()/set() - Caching entire views - Caching middleware Now we've

Re: Attention Oracle Developers

2007-09-14 Thread Ian Kelly
I just tried this, but I seem to be missing the django.db.backends.introspection module that it imports from. On 9/14/07, Brantley Harris <[EMAIL PROTECTED]> wrote: > > Please review ticket #5461, and the given patch. It refactors the > creation and introspection modules of all the backends. I

Reusable Django applications, ticket #5465

2007-09-14 Thread Jannis Leidel
Hi list, As requested by Simon G. please notice ticket #5465 [1] which has a patch containing several discussable design changes as a result of my Summer of Code: 1. changes "startapp" command behaviour to ask for metadata which can later be used with setuptools (there is certainly a need

Attention Oracle Developers

2007-09-14 Thread Brantley Harris
Please review ticket #5461, and the given patch. It refactors the creation and introspection modules of all the backends. I am not able to test on Oracle, so I need someone's help testing it. Thanks. --~--~-~--~~~---~--~~ You received this message because you ar

django,contrib.admin and validation

2007-09-14 Thread Ludvig Ericson
Yes, I've had that issue too (feel free to search the mailing list :-) What we did -- or rather, are doing is rolling our own custom views for everything. Sure, it's a bit more job, but with a lot of added benefits. (We do cross-model validation.) Jacob said he was working on that, and maybe t

Re: GSoC 2007: Reusable Django applications

2007-09-14 Thread Jannis Leidel
Hey Etienne, Sorry for this late answer, I'm now back at the game.. > > Egg files are great. We could easy_install them, assuming the user > or developer is already using setuptools. Indeed - eggs will be in some way included in the next Python versions, if it is setuptools or as part of distu

Re: GeoDjango installation instructions correction?

2007-09-14 Thread Justin Bronn
> If I am understanding things correctly, GeoDjango uses ST_* functions in > PostgreSQL, but these functions weren't added until 1.2.1. I started developing GeoDjango when PostGIS 1.2.1 was the latest. I believe PostGIS began adding the ST_* routines in 1.2.1, and in 1.3.1 they deprecated any no

GeoDjango installation instructions correction?

2007-09-14 Thread Wensing, Matthew \(CNI-Palm Beach\)
The installation instructions for GeoDjango say: * Required: PostGIS v1.1.0 and above. * Recommended: Postgis v1.2.1 PostGIS and greater. The latest version of PostGIS is v1.3.1 * Fi

Re: [Proposal] i18n blocktrans semantics & syntax change

2007-09-14 Thread Tomas Kopecek
Malcolm Tredinnick napsal(a): > On Thu, 2007-09-13 at 14:02 +0200, Tomas Kopecek wrote: > [...] >> I think that blocktrans in its current state is more obstacle than >> helper for me and introduces lot of quite unnecessary code. Furthermore >> I see priority in usability and simplicity for desig

Re: mod_python documentation issues

2007-09-14 Thread Russell Keith-Magee
On 9/14/07, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > > Seems I am never going to win on this issue. Latest updates have seen > the issue closed without any change being made. I also again can not > put updates on the ticket since I seem to be completely blacklisted or > something from Django

Re: django,contrib.admin and validation

2007-09-14 Thread Thejaswi Puthraya
On Sep 14, 3:03 pm, Mike H <[EMAIL PROTECTED]> wrote: > Hi all, > > I've have a few models that need a bit more complex validation than the > Validators can handle. (They have a start and end date and need to check > in the database that no other record has an overlapping start / end > date.) The

Re: mod_python documentation issues

2007-09-14 Thread David Reynolds
Graham, It was me that closed it, at the advice of Malcolmt and Russellm. If you'd like to send me your patch, I'd be happy to attach it to the ticket. I'd quite like to see the context of where you'd put your suggestions as it kinda seems like it's already covered in what's there. Thanks, D

Re: [Proposal] i18n blocktrans semantics & syntax change

2007-09-14 Thread Malcolm Tredinnick
On Fri, 2007-09-14 at 11:09 +0200, Michael Radziej wrote: > On Fri, Sep 14, Malcolm Tredinnick wrote: > > > > > On Thu, 2007-09-13 at 14:02 +0200, Tomas Kopecek wrote: > > [...] > > > I think that blocktrans in its current state is more obstacle than > > > helper for me and introduces lot of qu

django,contrib.admin and validation

2007-09-14 Thread Mike H
Hi all, I've have a few models that need a bit more complex validation than the Validators can handle. (They have a start and end date and need to check in the database that no other record has an overlapping start / end date.) The validation I need to do would be easy to do if the validators

Re: Sprint IRC

2007-09-14 Thread Nick
On 14 Sep, 10:47, Michael Radziej <[EMAIL PROTECTED]> wrote: > On Fri, Sep 14, Nick wrote: > > > On Sep 14, 3:12 am, SmileyChris <[EMAIL PROTECTED]> wrote: > > > So the sprint is ambling along right now. If you didn't get the memo, > > > the place to be is irc://irc.freenode.net/django-sprint > >

Re: Sprint IRC

2007-09-14 Thread Michael Radziej
On Fri, Sep 14, Nick wrote: > > On Sep 14, 3:12 am, SmileyChris <[EMAIL PROTECTED]> wrote: > > So the sprint is ambling along right now. If you didn't get the memo, > > the place to be is irc://irc.freenode.net/django-sprint > > Anyone having problems finding django-sprint? On connecting to >

Re: mod_python documentation issues

2007-09-14 Thread Graham Dumpleton
On Aug 30, 9:34 am, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On 8/29/07, GrahamDumpleton<[EMAIL PROTECTED]> wrote: > > > > > Seems I can no longer add to Django tickets as the system rejects me > > saying I am trying to submit spam, so posting here instead. > > I posted for you, including you o

Re: Sprint IRC

2007-09-14 Thread Nick
On Sep 14, 3:12 am, SmileyChris <[EMAIL PROTECTED]> wrote: > So the sprint is ambling along right now. If you didn't get the memo, > the place to be is irc://irc.freenode.net/django-sprint Anyone having problems finding django-sprint? On connecting to irc.freenode.net all I can see is django-fr

Training on The Human Rights Advocates at Columbia University

2007-09-14 Thread Planet Jobs
The Human Rights Advocates Program (HRAP) at Columbia University HRAP is designed to prepare proven human rights leaders from the GlobalSouth and marginalized communities in the U.S. to participate in national an

Re: [Proposal] i18n blocktrans semantics & syntax change

2007-09-14 Thread Michael Radziej
On Fri, Sep 14, Malcolm Tredinnick wrote: > > On Thu, 2007-09-13 at 14:02 +0200, Tomas Kopecek wrote: > [...] > > I think that blocktrans in its current state is more obstacle than > > helper for me and introduces lot of quite unnecessary code. Furthermore > > I see priority in usability and s