| 208 | | This field must be of the same type as the primary key of the models |
|---|
| 209 | | that will be involved in the generic relation. For example, if you use |
|---|
| 210 | | ``IntegerField``, you won't be able to form a generic relation with a |
|---|
| 211 | | model that uses a ``CharField`` as a primary key. |
|---|
| | 208 | This field must be of the same type as the primary key of the models |
|---|
| | 209 | that will be involved in the generic relation. For example, if you use |
|---|
| | 210 | ``IntegerField``, you won't be able to form a generic relation with a |
|---|
| | 211 | model that uses a ``CharField`` as a primary key. |
|---|