Re: [Changeset] r2386 - django/branches/magic-removal/django/core

2006-02-24 Thread Amit Upadhyay
On 2/25/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote:     # generated settings file contains INSTALLED_APPS with the basics,# such as sessions, auth, etc.. Advanced users can remove any or all of that# if they don't want to use it.python foo/manage.py synchdb   # creates tables for all

Re: [Changeset] r2386 - django/branches/magic-removal/django/core

2006-02-24 Thread Ian Holsman
I think the syncdb thing is fantastic, and will make installations much easier! On 2/25/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > On 2/24/06, Tom Tobin <[EMAIL PROTECTED]> wrote: > > Okay then; init-minimal, we had only a short time to get to know you . > > . . we'll miss you so! ::sni

Re: [Changeset] r2386 - django/branches/magic-removal/django/core

2006-02-24 Thread Adrian Holovaty
On 2/24/06, Tom Tobin <[EMAIL PROTECTED]> wrote: > Okay then; init-minimal, we had only a short time to get to know you . > . . we'll miss you so! ::sniff:: :-D Well, whaddya know -- the tests *do* fail! Thanks for pointing that out. I've fixed it. Sorry I didn't notify the list here...Jacob a

Re: bug in bulk delete

2006-02-24 Thread Luke Plant
On Friday 24 February 2006 23:34, Russell Keith-Magee wrote: > On 2/19/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > On 2/19/06, Luke Plant <[EMAIL PROTECTED]> wrote: > > > I think I've found a bug in bulk delete. > > > > Other than that - I'll look into it. > > Hi Luke, > > I have put to

Re: [Changeset] r2386 - django/branches/magic-removal/django/core

2006-02-24 Thread Tom Tobin
On 2/24/06, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > As I was creating init-minimal I thought it would actually do > something, but as I reorganized the modules, it looked more and more > like it wasn't needed at all. (I certainly thought it would be > necessary before I started though.) So

Re: [Changeset] r2386 - django/branches/magic-removal/django/core

2006-02-24 Thread Joseph Kocherhans
On 2/24/06, Tom Tobin <[EMAIL PROTECTED]> wrote: > On 2/24/06, Luke Plant <[EMAIL PROTECTED]> wrote: > > > > On Friday 24 February 2006 23:36, [EMAIL PROTECTED] wrote: > > > > > magic-removal: Removed 'init-minimal', which wasn't doing anything > > > useful > > > > It seems to be used by runtests.

Re: Proposal: Validation-aware models

2006-02-24 Thread Linicks
I'm not sure that this is 100% relevant to this discussion, but wanted to share it in the context of this thread. A Python type checking module: http://www.ilowe.net/software/typecheck/ --Nick --~--~-~--~~~---~--~~ You received this message be

Re: [Changeset] r2386 - django/branches/magic-removal/django/core

2006-02-24 Thread Tom Tobin
On 2/24/06, Luke Plant <[EMAIL PROTECTED]> wrote: > > On Friday 24 February 2006 23:36, [EMAIL PROTECTED] wrote: > > > magic-removal: Removed 'init-minimal', which wasn't doing anything > > useful > > It seems to be used by runtests.py...was this an oversight Adrian? Yeah, that one caught me by su

Re: [Changeset] r2386 - django/branches/magic-removal/django/core

2006-02-24 Thread Luke Plant
On Friday 24 February 2006 23:36, [EMAIL PROTECTED] wrote: > magic-removal: Removed 'init-minimal', which wasn't doing anything > useful It seems to be used by runtests.py...was this an oversight Adrian? Luke -- Parenthetical remarks (however relevant) are unnecessary Luke Plant || L.Plant.9

Re: bug in bulk delete

2006-02-24 Thread Russell Keith-Magee
On 2/19/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > On 2/19/06, Luke Plant <[EMAIL PROTECTED]> wrote: > > > > I think I've found a bug in bulk delete. > > Other than that - I'll look into it. Hi Luke, I have put together a test case using your model - my test case works fine using the

Re: Status of magic-removal

2006-02-24 Thread pbx
Thanks in advance for the status update, Adrian, I think it's a good idea. I'm not surprised things stalled out a little -- with 0.92 slated to incorporate magic-removal, there's less incentive to work on the current trunk, and with so much backwards-incompatible stuff the merge is sure to be chal

Re: Proposal: Validation-aware models

2006-02-24 Thread Max Battcher
Nebojša Đorđević wrote: > On 2006-02-22, at 11:18 CET, hugo wrote: > >> I would propose to instead do validation in those situations where the >> data is moved to the external storage - on .save() (or in the >> unit-of-works .save() if we have them). That way you can happily >> create >> invali