On Wed, 2009-03-25 at 12:51 -0700, rihad wrote:
> 1) From the FAQ (http://docs.djangoproject.com/en/dev/faq/install/):
> Q: Should I use the official version or development version?¶
> A: [...] we recommend that you use the latest development code,
> because it generally contains more features and fewer bugs than the
> “official” releases.
> 
> 2) From Django 1.1 beta 1 release notes (http://docs.djangoproject.com/
> en/dev/releases/1.1-beta-1/):
> this release is not intended for production use, and any such use is
> discouraged.
> 
> Ain't them contradicting?

Not really. A lot of your Django use will *not* be "production use",
particularly when you're learning (even when you're not -- development
takes longer than deployment). By the time you get up to releasing to
production, Django 1.1-final will be out, which will be recommended for
production usage.

The line in the release notes for the beta are expectation management
for people who will otherwise unreasonably complain that unless they're
spoonfed the obvious, they didn't understand what "beta" meant. They're
true. The lines in the FAQ are also true, although the "fewer bugs" line
is probably less true these days and we backport all bug fixes from
trunk to the 1.0.X branch. However, 1.1-beta-1 probably does contain
fewer bugs and definitely does contain more features than 1.0.2, so if
you're just getting started with Django, it's probably more interesting
to play with the 1.1 release.


Regards,
Malcolm


--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to