typo in django/db/models/fields/related.py version : 1.2 beta 1 SVN-12453
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"' %
Change History
(6)
Has patch: |
set
|
Triage Stage: |
Unreviewed → Accepted
|
Owner: |
changed from nobody to Natalia Bidart
|
Status: |
new → assigned
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Submitting trivial patch.