Re: TextIndexingAbstractionLayer and FullHistory branches for GSoC

2008-03-27 Thread Vsevolod Solovyov
me API changes. I've thought to make it as GSoC project after Ben's mail. -- Vsevolod Solovyov --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send

Re: ManyToMany Fields and signals

2008-01-20 Thread Vsevolod Solovyov
track changes, so my versioning system isn't very useful -- it misses a big part of information. [1] http://code.djangoproject.com/ticket/5390 [2] http://code.djangoproject.com/ticket/1069#comment:3 -- Vsevolod Solovyov --~--~-~--~~~---~--~~ You received this

Re: Explicit Relationships

2007-09-17 Thread Vsevolod Solovyov
not provided, Django will assume a default name based upon the names of the two tables being joined. -- Vsevolod Solovyov --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To po

Re: Django, Components, and Interfaces

2007-09-08 Thread Vsevolod Solovyov
If you're using nice dynamic language you can use nice dynamic features. [1] http://en.wikipedia.org/wiki/Monkey_patching -- Vsevolod Solovyov --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Djang

Re: Django, Components, and Interfaces

2007-09-07 Thread Vsevolod Solovyov
developers like Pythonic way. I also think so. -- Vsevolod Solovyov --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googleg

Re: Multiple PKs and "is_stored"

2007-08-31 Thread Vsevolod Solovyov
sues everywhere in this thread? No, you aren't alone. -- Vsevolod Solovyov --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop

Re: Taming management.py, the 1730-line behemoth

2007-08-16 Thread Vsevolod Solovyov
On 8/16/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > As of changeset [5898], I've checked in this refactoring. manage.py startapp doesn't work after update. I've filled ticket http://code.djangoproject.com/ticket/517

Re: Newforms suggestions - pre_clean? magic cleaned_data? - access to errors?

2007-08-14 Thread Vsevolod Solovyov
On 8/15/07, sime <[EMAIL PROTECTED]> wrote: > > > class MyForm(Form) > >field1 = ... > >field2 = ... > > > >def generic_clean(self): > > # ... > > > >clean_field1 = generic_clean > >clean_field2 = generic_clean > > T

Re: Django Windows Installers

2007-07-22 Thread Vsevolod Solovyov
On 7/22/07, Rob Hudson <[EMAIL PROTECTED]> wrote: > In http://code.djangoproject.com/wiki/VersionOneFeatures I see Windows > Installers listed with no leader and no start status. I'm pretty > comfortable building installers using NSIS (nsis.sf.net) as we do that > where I work and could chip in h

Re: Request for Model History to be merged into trunk (updated code supplied)

2007-06-27 Thread Vsevolod Solovyov
Some time ago I overviewed model history and I realized that I don't like a general idea - one model that logs everything. At that time Django was studied how to create models dynamically (http:// code.djangoproject.com/wiki/DynamicModels) and I wrote small history app for our purposes (of course,