Mengumpul dana bermodal RM10..akaun bank anda bertambah

2008-09-09 Thread Illona Anzas
Mengumpul dana bermodal RM10..akaun bank anda bertambah Marilah Mengumpul dana sehingga RM 1,000,000,Jadi terawal. Rahsia Paling Hebat Rm 10 Tiada Henti,Jangan Lepaskan... Untuk maklumat sila layari link di bawah:- http://tinyurl.com/6g2kfb http://tinyurl.com/6g2kfb --~--~-~--~~---

Re: djangoproject.com/documentation/ redirected

2008-09-09 Thread Julien Phalip
On Sep 10, 2:43 pm, "Adrian Holovaty" <[EMAIL PROTECTED]> wrote: > Just a quick note: I've > redirectedhttp://www.djangoproject.com/documentation/and everything below that > URL tree to the new docs subdomain,http://docs.djangoproject.com/. > Rather than spending the time to redirect individual p

Re: djangoproject.com/documentation/ redirected

2008-09-09 Thread Karen Tracey
On Wed, Sep 10, 2008 at 12:43 AM, Adrian Holovaty <[EMAIL PROTECTED]>wrote: > > Just a quick note: I've redirected > http://www.djangoproject.com/documentation/ and everything below that > URL tree to the new docs subdomain, http://docs.djangoproject.com/. > Rather than spending the time to redire

[_] Nero CD Burner Portable Version - Full / Other Cool Collection

2008-09-09 Thread Portabler
Nero Portablehttp://portabler.blogspot.com/2008/09/nero-portable.html - ABR viewer .net 2.0 (1) - ACDSee32 v2.42 (1) - Advanced IP Address Calculator (1) - AMP Font Viewer (1) - Anymp4 Media Converter (1) - Artful GIF Animator (1) - Auto shutdown n Remind (1) - Bearshare (1) - Blaze GIF Creator

Re: djangoproject.com/documentation/ redirected

2008-09-09 Thread Rajeev J Sebastian
On Wed, Sep 10, 2008 at 10:37 AM, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > The old ones are available here: > http://www.djangoproject.com/documentation/0.96/ 0.96 ? Thanks to you guys, I've been using bleeding edge django for a long time now ;) > > And don't worry about the new docs...I've

Re: djangoproject.com/documentation/ redirected

2008-09-09 Thread Adrian Holovaty
On Wed, Sep 10, 2008 at 12:04 AM, Rajeev J Sebastian <[EMAIL PROTECTED]> wrote: > Is it possible to also keep the old docs frontpage/ToC available at > some URL ? That one seemed nicer: more info/links was available > without having to scroll down. > > (Perhaps, its also that I havent gotten used

Re: djangoproject.com/documentation/ redirected

2008-09-09 Thread Adrian Holovaty
On Wed, Sep 10, 2008 at 12:01 AM, M N Islam Shihan <[EMAIL PROTECTED]> wrote: > I may not understanding what you are asking for, but if you are looking for > the old 0.96 and 0.95 docs in the django old doc site, those are still there > at locations below: > > http://www.djangoproject.com/document

Re: djangoproject.com/documentation/ redirected

2008-09-09 Thread Rajeev J Sebastian
On Wed, Sep 10, 2008 at 10:13 AM, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > Just a quick note: I've redirected > http://www.djangoproject.com/documentation/ and everything below that > URL tree to the new docs subdomain, http://docs.djangoproject.com/. > Rather than spending the time to redir

Re: djangoproject.com/documentation/ redirected

2008-09-09 Thread M N Islam Shihan
Hi Adrian, I may not understanding what you are asking for, but if you are looking for the old 0.96 and 0.95 docs in the django old doc site, those are still there at locations below: http://www.djangoproject.com/documentation/0.96/ and http://www.djangoproject.com/documentation/0.95/ But if

djangoproject.com/documentation/ redirected

2008-09-09 Thread Adrian Holovaty
Just a quick note: I've redirected http://www.djangoproject.com/documentation/ and everything below that URL tree to the new docs subdomain, http://docs.djangoproject.com/. Rather than spending the time to redirect individual pages, I just redirected everything to the docs.djangoproject.com front

Re: Proposal: {% doctype %} and {% field %} tag for outputting form widgets as HTML or XHTML

2008-09-09 Thread Ville Säävuori
> On the plane back from DjangoCon I implemented the {% doctype %} and > {% field %} tags I proposed in that thread as custom template tags in > an application called "django_html". You can grab the code from here > and try it out: > I'm pretty confident this is the right approach. What do people

Ensuring forwards compatibility

2008-09-09 Thread Julien Phalip
Hi there, With the promise of forwards compatibility [1] that's coming with the release of 1.0, I was wondering if there was going to be a special mechanism to ensure no incompatibilities are mistakenly introduced in the life of 1.x. For example, how about forking a branch of tests (in the state

Re: multi-column field support (#5929)

2008-09-09 Thread Justin Fagnani
On Tue, Sep 9, 2008 at 4:08 PM, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > I've got most of it done locally, but I need to port it forwards to > match recent changes on trunk ... > if you haven't seen anything in a week, ping me again. Thanks, that's great to hear. -Justin --~--~-~

Re: Ticket 8949: metronome/django-stones

2008-09-09 Thread Justin Fagnani
I think one very important feature is submitting results back to djangoproject.com for comparison. Since Django is so dependent on underlying components it'll be very hard to compare results, but at the very least we can track things like: CPU type and speed python version memory (installed, free

Re: Testing: making it easier to create mock Request objects

2008-09-09 Thread Simon Willison
On Sep 8, 6:03 am, akaihola <[EMAIL PROTECTED]> wrote: > I couldn't find a ticket for this issue yet. Simon, mind if I create a > ticket and dump your description of the issue there? I've filed it here: http://code.djangoproject.com/ticket/9002 --~--~-~--~~~---~--~--

Re: Ticket 8949: metronome/django-stones

2008-09-09 Thread Simon Willison
On Sep 10, 12:24 am, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > OK, enough noise on the naming. (I really like metronome) > Let's talk about what it should be and what should be measured.  :) > (I suspect some devs already have a sketch regarding this stuff. > Please share.) > > Do we want it t

Re: Proposal: {% doctype %} and {% field %} tag for outputting form widgets as HTML or XHTML

2008-09-09 Thread Rob Hudson
On 9/9/08, Simon Willison <[EMAIL PROTECTED]> wrote: > > Back in March there was a discussion about providing a way to output > django.forms widgets as HTML (at the moment they always use XHTML, > which leads to nastyness on sites using an HTML doctype): After I read that I created the doctype

Proposal: {% doctype %} and {% field %} tag for outputting form widgets as HTML or XHTML

2008-09-09 Thread Simon Willison
Back in March there was a discussion about providing a way to output django.forms widgets as HTML (at the moment they always use XHTML, which leads to nastyness on sites using an HTML doctype): http://groups.google.com/group/django-developers/browse_thread/thread/5f3694b8a19fb9a1/ On the plane b

Ticket 8949: metronome/django-stones

2008-09-09 Thread Jeremy Dunck
OK, enough noise on the naming. Let's talk about what it should be and what should be measured. :) (I suspect some devs already have a sketch regarding this stuff. Please share.) Do we want it to result in one big number like python/Lib/test/pystone.py? Do we want to provide hooks for apps to

Re: multi-column field support (#5929)

2008-09-09 Thread Malcolm Tredinnick
On Tue, 2008-09-09 at 14:33 -0700, Justin Fagnani wrote: > I forgot to mention this as one of my ponies at djangocon, but I'd > really love to have multi-column fields. I particularly need this for > measurement and currency fields, which I think would be awesome to > have built-in. > > So is an

Re: TEMPLATE_STRING_IF_INVALID breaks admin ?

2008-09-09 Thread Yuri Baburov
Hi, the bug was filed long time ago in bugtracker. see ticket #3579 ( http://code.djangoproject.com/ticket/3579 ) On Tue, Sep 9, 2008 at 11:15 PM, ikshefem <[EMAIL PROTECTED]> wrote: > > Shouldn't the fact that TEMPLATE_STRING_IF_INVALID breaks admin be > marked as a bug ? > (see bug #2583) > >

multi-column field support (#5929)

2008-09-09 Thread Justin Fagnani
I forgot to mention this as one of my ponies at djangocon, but I'd really love to have multi-column fields. I particularly need this for measurement and currency fields, which I think would be awesome to have built-in. So is anyone working on #5929? I see an email from Malcolm in March[1] that me

Re: multi-delete and edit form+changelist unification

2008-09-09 Thread Matthias Kestenholz
On Mon, Sep 8, 2008 at 6:55 PM, Ben Firshman <[EMAIL PROTECTED]> wrote: > > > On 8 Sep 2008, at 13:36, Erik Allik wrote: > >> >> I'm glad this came up, because I would also like to recommend >> considering an admin interface for models that use django-mptt. I know >> django-mptt is an external pro

Re: multi-delete and edit form+changelist unification

2008-09-09 Thread Erik Allik
I'd appreciate that patch :) Erik On 08.09.2008, at 19:55, Ben Firshman wrote: > > > On 8 Sep 2008, at 13:36, Erik Allik wrote: > >> >> I'm glad this came up, because I would also like to recommend >> considering an admin interface for models that use django-mptt. I >> know >> django-mptt is

Re: TEMPLATE_STRING_IF_INVALID breaks admin ?

2008-09-09 Thread Malcolm Tredinnick
On Tue, 2008-09-09 at 09:15 -0700, ikshefem wrote: > Shouldn't the fact that TEMPLATE_STRING_IF_INVALID breaks admin be > marked as a bug ? > (see bug #2583) It's an undesirable feature that would be nice to remove. There's a ticket open for that somewhere. But TEMPLATE_STRING_IF_INVALID is stil

TEMPLATE_STRING_IF_INVALID breaks admin ?

2008-09-09 Thread ikshefem
Shouldn't the fact that TEMPLATE_STRING_IF_INVALID breaks admin be marked as a bug ? (see bug #2583) I know it is references, but relying on non existant values may be a problem, maybe a filter or ifdefined tag could take care of that. --~--~-~--~~~---~--~~ You rec

Re: skipping tests bound to fail, ticket #4788

2008-09-09 Thread Russell Keith-Magee
On Tue, Sep 9, 2008 at 7:10 PM, Michael Radziej <[EMAIL PROTECTED]> wrote: > > Hi, > > I've got some nice looking patches for this ticket, can someone give it a > review? It looks well, has docs and testcases. I think this needs more than > just my own look at the code. > > http://code.djangoproje

Re: Recursive inlines in admin?

2008-09-09 Thread Jeff Forcier
Hi all, Looks like my below post fell through the cracks; I'm hoping it's because everyone was busy preparing for DjangoCon, although I wouldn't blame people for skipping past my wall of text :) Does anyone have an opinion on recursive inline editing, one way or the other? Regards, Jeff On Sep

skipping tests bound to fail, ticket #4788

2008-09-09 Thread Michael Radziej
Hi, I've got some nice looking patches for this ticket, can someone give it a review? It looks well, has docs and testcases. I think this needs more than just my own look at the code. http://code.djangoproject.com/attachment/ticket/4788/testing-patches.diff As a teaser: Skipping tests bound t

TMA!!

2008-09-09 Thread faiza khalid
Beach Blonds!! Blonde babe in sexy lingerie definition and your template. > > What's needed is a way to loop over the fields in a form within your > template, thus making it e

continue in cinema life after two years

2008-09-09 Thread manimaran
http://candapud.blogspot.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jothika-sonia" group. To post to this group, send email to jothika-sonia@googlegroups.com To unsubscribe from this group, send email to