Re: Moving towards Django 1.0

2007-02-05 Thread [EMAIL PROTECTED]
I have significant experience with MS SQL server 2000, and have access to an instance to test against. I have found very little documentation on Trac about this in tickets or the wiki. I am also willing to help with Windows installers (NSIS is my recommended tool). I gather that SQL server supp

A couple tickets that should get some discussion

2007-02-05 Thread James Bennett
I just noticed a couple tickets posted tonight by Brian Harring which look like they'll need some discussion before a clear decision can be reached on them; since he's raised some good points, I thought I'd point them out so we can get that discussion going: http://code.djangoproject.com/ticket/3

Re: Some ideas for Django ;)

2007-02-05 Thread limodou
On 2/6/07, Henry <[EMAIL PROTECTED]> wrote: > > Hi. > > On Feb 4, 11:26 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > 1. Full if support - if/elif/else with python access - It could be > > done in the view but making a loop in view and second one in template > > isn't a nice solution. > >

Re: Some ideas for Django ;)

2007-02-05 Thread Waylan Limberg
On 2/5/07, Henry <[EMAIL PROTECTED]> wrote: > > You're preaching to the converted :) Sorry Henry, that comment wasn't met for you, but the original poster. I was just building off of your comment. Perhaps I didn't make that clear. > > On Feb 5, 11:19 pm, "Waylan Limberg" <[EMAIL PROTECTED]> wrote

Re: Some ideas for Django ;)

2007-02-05 Thread Henry
You're preaching to the converted :) On Feb 5, 11:19 pm, "Waylan Limberg" <[EMAIL PROTECTED]> wrote: > On 2/5/07, Henry <[EMAIL PROTECTED]> wrote: > > > > > Hi. > > > On Feb 4, 11:26 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > 1. Full if support - if/elif/else with python access - It

Re: Some ideas for Django ;)

2007-02-05 Thread Waylan Limberg
On 2/5/07, Henry <[EMAIL PROTECTED]> wrote: > > Hi. > > On Feb 4, 11:26 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > 1. Full if support - if/elif/else with python access - It could be > > done in the view but making a loop in view and second one in template > > isn't a nice solution. > >

Re: Some ideas for Django ;)

2007-02-05 Thread Henry
Hi. On Feb 4, 11:26 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > 1. Full if support - if/elif/else with python access - It could be > done in the view but making a loop in view and second one in template > isn't a nice solution. Obviously there can be a difference of opinion, and far be

Re: Not querying related record on form creation

2007-02-05 Thread Adrian Holovaty
On 2/5/07, Ivan Sagalaev <[EMAIL PROTECTED]> wrote: > Adrian Holovaty wrote: > > The first option sounds better to me, too. Are you willing to code up a > > patch? > > Here it is: http://code.djangoproject.com/ticket/3436 Excellent. Thanks, Ivan! Adrian -- Adrian Holovaty holovaty.com | djang

Re: Not querying related record on form creation

2007-02-05 Thread Ivan Sagalaev
Adrian Holovaty wrote: > The first option sounds better to me, too. Are you willing to code up a patch? Here it is: http://code.djangoproject.com/ticket/3436 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django d

Re: cache.get_or_set()

2007-02-05 Thread Gary Wilson
On Jan 31, 7:58 pm, "Joseph Perla" <[EMAIL PROTECTED]> wrote: > Along the lines of get_or_create(), does it make sense to implement a > get_or_set() function for quick caches? For the sake of discussion, there is a ticket with similar goals, but only for QuerySets: #5 - Add a cache=NUM_SECONDS ar

Re: Django Builbot (was: dbsync for mysql lacks...)

2007-02-05 Thread Gary Wilson
On Jan 30, 8:21 am, "Marc Fargas Esteve" <[EMAIL PROTECTED]> wrote: > Buildbot was written for that, the svn repository can tell the > buildbot when a new checking has been done and start a new bunch of > jobs against it. Having this in place the part of taking patches from > trac is not so hard,

Re: Model ChoiceField to Form ChoiceField

2007-02-05 Thread Gary Wilson
On Feb 1, 1:34 pm, "Sebastien Armand [Pink]" <[EMAIL PROTECTED]> wrote: > Hi everyone, Welcome! > I'm not used to contribute to free softwares and don't really know how to! > But I've had to change a part of Django for personnal use: I wanted a model > field like CharField(choices=...) to become

Re: Large scale Django deployment

2007-02-05 Thread Joseph Heck
For the performance scaling estimate, what you critically need is a service time. If you push static media to something light and fast (lighttpd), then your slowest service time will typically be the application itself (Apache+Mod_python or whatever you're using). You'll want to verify that, but it

Re: # 2070 cleanup and review

2007-02-05 Thread Adrian Holovaty
On 2/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Remove all files up to 3581- > streaming_uploads_and_uploadprogress_middleware_x_progress_id.diff > > and theese > > 4065- > streaming_uploads_and_uploadprogress_middleware_x_progress_id_windowsfix.diff > upload.py > middleware.py > using-f

a simple patch for streaming uploads

2007-02-05 Thread Istvan Albert
There is ticket (and a patch) for enabling streaming uploads, but it seemed a little complicated and until it gets accepted (or reworked) here is nice workaround to do the same. See patch at the end. It is backward compatible, the current behavior stays the same, you can use still request.FILES t

Re: Is this group moderated, or is it a bug with google groups?

2007-02-05 Thread Don Arbow
On Feb 5, 2007, at 7:12 AM, Gary Wilson wrote: > Is this spam filter stuff new with the new google groups or has it > always been there? I never had a problem before, but I posted several > messages a couple days ago (on the evening of Feb. 3rd I believe) and > about 1/3 of them have not shown up

Re: Using javascript to edit_in_line on django admin

2007-02-05 Thread [EMAIL PROTECTED]
Hi guys! I create the ticket: http://code.djangoproject.com/ticket/3433 I somewhat busy these days, so I can't tell when I will have this done, but I'm working on it, be sure :D Will it be usefull to do it in the current release (with the actual admin interface) or should I have to work on t

Re: Is this group moderated, or is it a bug with google groups?

2007-02-05 Thread Gary Wilson
On Jan 26, 11:04 am, "Adrian Holovaty" <[EMAIL PROTECTED]> wrote: > On 1/26/07, medhat <[EMAIL PROTECTED]> wrote: > > So many times I send messages to the group, but my message does not > > appear at all, or it might appear a day or two after I actually send > > it, which of course makes it appear

Some kind of django.contrib.stats?

2007-02-05 Thread David Larlet
Hi, I wonder if something like bbclone [1] (especially the "live" view [2]) exists in python? I've just found Peastat [3] which looks new but interesting (fortunately, the author is maybe on this list). What else did you use to know where are your current visitors? Same question for long term sta

Re: Some ideas for Django ;)

2007-02-05 Thread [EMAIL PROTECTED]
> I think write js code in hand is some so hard, and it's funny. I like > jquery. And there are many ajax frameworks, so which one should be > support, it's a big problem. I had in mind something more general - a helper/plugin system. Plugin/ helpers could use whatever JS library user wants - doj

Re: Status update on newforms-admin branch

2007-02-05 Thread David Larlet
2007/2/4, Russell Keith-Magee <[EMAIL PROTECTED]>: > > The *Inline classes need not just be data containers - they could > contain all the rendering information for handling their own display, > and the display of the subforms for each related object - and if this > is the case, they can be used b

Re: Using javascript to edit_in_line on django admin

2007-02-05 Thread zenx
Michelts, I think that would be great. If you open a ticket please post the link here, I would like to follow it. Thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this

Re: Encouraging contributed documentation

2007-02-05 Thread Nicola Larosa (tekNico)
Vadim Macagon wrote: > I'd also like to see a script that generates a CHM (Compiled HTML Help) > from the official Django ReST docs. The CHM could then be included as > part of the installer-based release for Windows users. One of these days > I'll probably get fed up waiting for the pages on djan