Re: Multi-Table Inheritance and fixtures

2008-05-08 Thread Russell Keith-Magee
On Fri, May 9, 2008 at 7:17 AM, Ziling Zhao <[EMAIL PROTECTED]> wrote: > I filled a bug here about multi-table inheritance problems and fixtures: > http://code.djangoproject.com/ticket/7202 > > In the case that it is valid, I decided to look through the core code to see > where a fix could be pl

Re: On aggregates

2008-05-08 Thread Russell Keith-Magee
On Fri, May 9, 2008 at 5:38 AM, Nicolas E. Lara G. <[EMAIL PROTECTED]> wrote: > > Currently there is support for both aggregate and annotate on the > simplest level. Some tests might be found under tests/modeltests/ > aggregation/ of the current state of the project. They can probably do > as docu

Re: newforms admin m2m field

2008-05-08 Thread Rob van der Linde
Thanks, I found an example at the bottom of this page http://www.kryogenix.org/days/2008/03/28/overriding-a-single-field-in-the-django-admin-using-newforms-admin On Fri, 2008-05-09 at 03:16 +0200, Honza Král wrote: > you can define a fomrfield_for_dbfield method on the ModelAdmin and > override th

Re: Composite Primary Keys

2008-05-08 Thread Russell Keith-Magee
On Fri, May 9, 2008 at 8:57 AM, David Cramer <[EMAIL PROTECTED]> wrote: > > I swear I saw something about work being done on this. Has anyone > begun? If not I'll gladly throw up a patch to get it into trunk. The topic comes up fairly regularly, but I'm not aware of anyone that is actively workin

Re: newforms admin m2m field

2008-05-08 Thread Honza Král
you can define a fomrfield_for_dbfield method on the ModelAdmin and override the default formfield, supply it with an initial value, that should work. On Fri, May 9, 2008 at 3:14 AM, Rob van der Linde <[EMAIL PROTECTED]> wrote: > Hi, I have some code that I wish to move over to the newforms admin

newforms admin m2m field

2008-05-08 Thread Rob van der Linde
Hi, I have some code that I wish to move over to the newforms admin branch. So far I have been able to convert my models no problem to the new syntax. One of my models has a many to many field to the Sites model that comes with Django. The field is a required field, and prior to moving to the newf

Coca cola cd player

2008-05-08 Thread Tatyana Sveatna
Coca cola cd player May 8, 2008 *sdc Tarafından | **Teknoloji* * Kategorisine eklendi* Colo cola ya karalama çalışmalarını duymayan kalmamıştır , Gerçi asidli içeçeklerin insana zarar verdi

Elma Agacından Cep Telefon olurmu ? olur tabi

2008-05-08 Thread Tatyana Sveatna
Elma Agacından Cep Telefon olurmu ? olur tabiMay 8, 2008 *sdc Tarafından | **Teknoloji* * Kategorisine eklendi* Günümüzde cep telefonları o kadar hızlı gelişiyorki ,Hemen

Windows Live SkyDrive

2008-05-08 Thread Tatyana Sveatna
Windows Live SkyDriveMay 8, 2008 *sdc Tarafından | **İnternet* * Kategorisine eklendi* Windows Live SkyDrive , "Parola korumalı çevrimiçi dosya deposu. Windows Live Sk

Kurtlar Vadi’sinin Sevilen Yüzü Ömer Baba Ameliyat Oldu…

2008-05-08 Thread Tatyana Sveatna
Kurtlar Vadi'sinin Sevilen Yüzü Ömer Baba Ameliyat Oldu…May 9, 2008 *Turan Tarafından | **Gündem* *, **sinema* * Katego

Lostta Türk kanı taşıyan bir karakter lazım.

2008-05-08 Thread Tatyana Sveatna
Lostta Türk kanı taşıyan bir karakter lazım.May 9, 2008 *sdc Tarafından | **Halet-i Ruhiye* * Kategorisine eklendi* [image: lost ve recep ivedik]

Lost

2008-05-08 Thread Tatyana Sveatna
Lostta Türk kanı taşıyan bir karakter lazım.May 9, 2008 *sdc Tarafından | **Halet-i Ruhiye* * Kategorisine eklendi* [image: lost ve recep ivedik]

Composite Primary Keys

2008-05-08 Thread David Cramer
I swear I saw something about work being done on this. Has anyone begun? If not I'll gladly throw up a patch to get it into trunk. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to

Multi-Table Inheritance and fixtures

2008-05-08 Thread Ziling Zhao
I filled a bug here about multi-table inheritance problems and fixtures: http://code.djangoproject.com/ticket/7202 In the case that it is valid, I decided to look through the core code to see where a fix could be placed. I've looked through it for a bit and it seems like it makes the most sense

Re: Automatically add project path to sys.path for all handlers

2008-05-08 Thread Graham Dumpleton
On May 9, 9:06 am, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On May 8, 10:07 pm, Andrei <[EMAIL PROTECTED]> wrote: > > > > > I think it would be useful to add the path to the project > > automatically to sys.path. I can't think of a situation in which I > > wouldn't need to change the python

Re: Automatically add project path to sys.path for all handlers

2008-05-08 Thread Graham Dumpleton
On May 8, 10:07 pm, Andrei <[EMAIL PROTECTED]> wrote: > I think it would be useful to add the path to the project > automatically to sys.path. I can't think of a situation in which I > wouldn't need to change the pythonpath and my project still would > work. You need to have the applications in th

Re: On aggregates

2008-05-08 Thread [EMAIL PROTECTED]
And a second question, does filtering on an annotated field work, for example: Tag.objects.all().annotate(num_articles=Count('articles')).filter(num_articles__gt=2) which return all tags who have more than 2 articles. On May 8, 4:51 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I haven't h

Re: On aggregates

2008-05-08 Thread [EMAIL PROTECTED]
I haven't had a ton of time to look over everything(just read the tests so far), but why did you choose to return things as decimals in place of a float? On May 8, 4:38 pm, "Nicolas E. Lara G." <[EMAIL PROTECTED]> wrote: > For those that are interested the aggregation project is hosted > inhttp:

On aggregates

2008-05-08 Thread Nicolas E. Lara G.
For those that are interested the aggregation project is hosted in http://code.google.com/p/django-aggregation/ The code is basically an up to date copy of trunk patched with the aggregation support and the relevant tests and doc. Currently there is support for both aggregate and annotate on the

Template loaders and origins

2008-05-08 Thread Joshua 'jag' Ginsberg
Is there a technical reason why django.template.loader.make_origin returns None unless TEMPLATE_DEBUG is true? Would it not be helpful in a view to be able to know from whence a template source came from? For example, in Satchmo, the view satchmo.shipper.views.displayDoc they have to know the pat

Re: /admin Cross-Site Scripting (XSS) issue!

2008-05-08 Thread peschler
Just confirming for: Django version 0.97-newforms-admin-SVN-7233 does not produce an alert box. In fact the form action is escaped here, too. peschler On May 8, 12:26 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Wed, May 7, 2008 at 3:41 PM, James Bennett <[EMAIL PROTECTED]> wrote: > > > O

Re: Subversion Access

2008-05-08 Thread Ivan Illarionov
Rahein, Please email me directly with questions about Firebird backend in Django because I am the only maintainer of this project and this group is a wrong place to post such questions. I can send you the patched tarball if you need it. -- Ivan [EMAIL PROTECTED] On May 8, 6:48 pm, Rahein <[EMA

Re: Subversion Access

2008-05-08 Thread Rahein
This is the only thing I need Subversion for. My path is already so big that I don't really want to add anything to it. On May 7, 4:43 pm, Steve Holden <[EMAIL PROTECTED]> wrote: > Rahein: > > Please also note that you are supposed to adjust your path so svn is > runnable from anywhere, not run s

Re: Subversion Access

2008-05-08 Thread Rahein
I am sorry I posted to the wrong group. I can repost it there if you like. I will look though the proxy documentation, but we are not running any. So unless our DSL provider is blocking it I don't think that is it. Can anyone just provide me with a Tarball of the latest source? I don't want to k

Rapid CSS Editor

2008-05-08 Thread Tatyana Sveatna
Rapid CSS Editor Haz 17, 2007 *Author: sdc | Filed under: **Program* [image:

Firefox Ultimate Optimizer

2008-05-08 Thread Tatyana Sveatna
Firefox Ultimate OptimizerMar 15, 2008 *Author: sdc | Filed under: **Program* Firefox Ultimate Optimizer adındaki minik ve kurulum gerektirmeyen yazılım

windows xp live edition

2008-05-08 Thread Tatyana Sveatna
windows xp live editionMar 19, 2008 *Author: sdc | Filed under: **Program* [image: winpe]Öncelikle herkesin elinde kesinlikle bul

Vista Service Pack 1 Downlaod

2008-05-08 Thread Tatyana Sveatna
Vista Service Pack 1 Nis 28, 2008 *Author: sdc | Filed under: **Program* [image: windows-logo] Vista SP1 çıktı çıkacak derke

Messenger for Mac 7

2008-05-08 Thread Tatyana Sveatna
Messenger for Mac 7 May 2, 2008 *Author: sdc | Filed under: **Program* [image: mac] Microsoft'un Mac

Trojan Remover 6.6.9 Download Now

2008-05-08 Thread Tatyana Sveatna
Trojan Remover 6.6.9 May 6, 2008 *Author: sdc | Filed under: **Program* [image: Trojan Remover 6.6.9] Trojan

Ashampoo Music Studio 3.40 Download

2008-05-08 Thread Tatyana Sveatna
Ashampoo Music Studio 3.40May 6, 2008 *Author: sdc | Filed under: **Program* [image: Ashampoo Music Studio 3.40]Ashampoo Music

Spyware Doctor Download

2008-05-08 Thread Tatyana Sveatna
Spyware Doctor May 7, 2008 *Author: sdc | Filed under: **Program* [image: Spyware Doctor]Spyware Doctor 5.0.0.182 *Spyware* Doctor, dunyanın en popüler casus

Windows XP Service Pack 3 Download

2008-05-08 Thread Tatyana Sveatna
Windows XP Service Pack 3 Türkçe DownloadMay 7, 2008 *Author: sdc | Filed under: **Program* [image: Windows XP Service Pack 3 Türkçe]

Aston Windows Xp Theme

2008-05-08 Thread Tatyana Sveatna
Aston Windows Xp ThemeMay 7, 2008 *Author: sdc | Filed under: **Program* Normal Windows görünümünden sıkılanlar için yapılmış çok harika bir kabuk programı. Masaüstünü, Windows Gezgini'ni, Explo

Automatically add project path to sys.path for all handlers

2008-05-08 Thread Andrei
I think it would be useful to add the path to the project automatically to sys.path. I can't think of a situation in which I wouldn't need to change the pythonpath and my project still would work. You need to have the applications in the path in order for the import to work and why shouldn't that