Hey I just downloaded and installed django svn 3676 and while going through "Writing your first Django app, part 1" (the URL follows) I encountered an error.
URL: http://www.djangoproject.com/documentation/tutorial1/ Error: unexpected keyword argument 'maxfield' The error is generated by the following code from the tutorial intended for mysite/polls/models.py: class Poll(models.Model): question = models.CharField(maxlength=200) Could anyone tell me the version of django that is in your opinion, the best version available? The bleeding edge has obvious advantages, but my experience demonstrates the obvious disadvantages. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---