MarC wrote: >hi, >this is a general question, >I'm planning to use django for a personal-maybe_someday_big database based >project. I saw that >version 1.0 has not been released yet, but sbdy warned me that many things are >changing. >This plus the "Note that, until 1.0, there is no guarantee of >backwards-compatibility between >versions" frightens me. >What should I do? Is it worth waiting some months to build the website core? I >must convince 2 more >developpers to work with django and this is obviously an important issue for >them. >Is "svn co http://code.djangoproject.com/svn/django/trunk/" close enough to >the final 1.0 version >and safe/stable enough? > > I'd say it's not stable but pretty safe :-)
Since the very Django announcement it's constantly changing. Sometimes it breaks certain backwards compatibility. But despite this many people do their project with it. This is possible because these changes are very good documented: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges However there never was such a big change as upcoming 'magic-removal' which is going to happen in a couple of weeks (they say). It will introduce massive amount of API changes. That said I started my second Django project 10 days ago with current code and I'm fully aware that at some point I'll need to spend some time doing this 'magic-removal' when it become Django ver 0.92. But I'm not afraid. Most of these changes are not architectural at the user level and will require pretty straightforward refactorings: moving things in more appropriate places and renaming function calls in a modern fashion. So I advise not to wait for next big version (0.92) and certainly not for 1.0. Spend this time prototyping your app and getting accustomed with Django. _This_ won't change. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---