Fwd: Aggregate class: a first-attempt

2007-02-22 Thread Honza Král
I think we should really move this to the developers' list On 2/23/07, Tim Chase <[EMAIL PROTECTED]> wrote: > > >> I haven't yet figured out a way to suppress the order_by portion, > >> so what's currently in there is an ugly hack. But it would need > >> to prevent the standard methods from inser

Pretty cool - anyone can be a DJ

2007-02-22 Thread nowlivefour
Thought some of you might be interested in this, I thought it was pretty cool... NowLive.com is a live mobile community. DJs on the shows get to interact with people doing interviews, sending in live videos and photos. The best part of NowLive is that YOU can become a DJ or a field reporter and ge

Re: New hooks in ModelBase, lookup_inner and Options

2007-02-22 Thread Malcolm Tredinnick
Unfortunately, I have more questions than answers here. Maybe you will be able to clear up a few points so that we/I can see what you are asking. On Thu, 2007-02-22 at 03:55 -0800, [EMAIL PROTECTED] wrote: [...] > 1. D-M needs to modify the definition of a translatable model before > ModelBase cr

New field proposal

2007-02-22 Thread mario__
Hello, I've been doing some changes in django source code by my self to see where I can go and I think I can go further :-) I've got an idea. My backend is PostgreSQL and days ago I had to declare a field range, I mean by every INSERT I needed to accept numbers between 100 and 5 only and

app completion in django_bash_completion - testing please

2007-02-22 Thread Rob Hudson
I implemented app completion and would like comments and testing for those on *nix. What's the easiest way to provide a patch? Open a new ticket and attached? Or attach it to the original bash_completion ticket here: http://code.djangoproject.com/ticket/1240 ? I'm pasting the diff below so peo

Re: application development in Django

2007-02-22 Thread Benjamin Slavin
Django handles basic transactions just fine. There's a wealth of documentation available on the site. [0] If you have a more specific question, it may be easier to address any concerns you may have. Given that this relates to using Django, any follow-up questions you have would probably be best

Re: #3297newforms: Implement FileField and ImageField

2007-02-22 Thread [EMAIL PROTECTED]
Added more tests now, seems to work fine. On 21 Feb, 11:00, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > You use the latest patch? > > Still needs tests for required/not required/failed required/empty file/ > wrong encoding of form/valid image/invalid image for create and > update. > > On 21

New hooks in ModelBase, lookup_inner and Options

2007-02-22 Thread [EMAIL PROTECTED]
Hi, I am impressed in what I could do for django-multilingual without any modifications to Django, but still there were some places I needed to change its behavior and had no other choice than to assign new versions of some functions and methods. Very much in the spirit of AOP, I guess, but perh

Re: Custom CoordinatesField for geographic data

2007-02-22 Thread Bastos
Very nice! My new project uses geo coordinates ( google maps ) ;) On Feb 21, 5:45 pm, Jannis Leidel <[EMAIL PROTECTED]> wrote: > Hi list, > > I created a custom form field for editing geographic data > (coordinates) with a Google, Yahoo(Ajax) or Yahoo(Flash) map in the > Django admin application.

Re: Template problem

2007-02-22 Thread Malcolm Tredinnick
On Thu, 2007-02-22 at 00:21 +, VirusRaja wrote: > Dear all, > > Am new to django, i have a problem i don't know how it will work in > Django, > i have created a user model, which has user data, in my template if i > use the model tags {{form.username}} my webpage alighments is not > coming up

Re: Custom CoordinatesField for geographic data

2007-02-22 Thread Jannis Leidel
Hi James, Thanks for the link - I didn't know OpenLayers but it looks very promising. I tried some of their demos and noticed slow perfomance on Safari but will look at their code in the next days. Hopefully I'll add it to the source as an alternative map provider even if this is a bit tautologou