#12888: typo in django/db/models/fields/related.py version : 1.2 beta 1 
SVN-12453
------------------------------------------+---------------------------------
 Reporter:  joshg                         |       Owner:  nobody    
   Status:  new                           |   Milestone:  1.2       
Component:  Database layer (models, ORM)  |     Version:  1.2-beta  
 Keywords:  typo, trival                  |       Stage:  Unreviewed
Has_patch:  0                             |  
------------------------------------------+---------------------------------
 In '''django/db/models/fields/related.py''' "is is" should be "is"
 {{{
 230: raise ValueError('Cannot assign "%r": instance is on database "%s",
 value is is on database "%s"' %
 302: raise ValueError('Cannot assign "%r": instance is on database "%s",
 value is is on database "%s"' %
 524: raise ValueError('Cannot add "%r": instance is on database "%s",
 value is is on database "%s"' %
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12888>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to