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

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 -

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

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

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

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 >

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

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

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: 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

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 |

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: 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: 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