Changes between Initial Version and Version 1 of Ticket #26827, comment 5


Ignore:
Timestamp:
Jul 2, 2016, 8:36:18 AM (8 years ago)
Author:
Markus Holtermann

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26827, comment 5

    initial v1  
    55{{{#!python
    66 raise ValueError(
    7     'Model fields in 'ModelState.fields' cannot refer to a model class. "%s.%s.%s.to" does. '
    8     'Use a string reference instead.' % (self.app_label, self.name, name)
     7    "Model fields in 'ModelState.fields' cannot refer to a model class - '%s.%s.%s.to' does. "
     8    "Use a string reference instead." % (self.app_label, self.name, name)
    99)
    1010}}}
Back to Top