| 7 | | At max, we can change the link `See converting-database-values-to-python-objects for usage.` to `See converting-database-values-to-python-objects for various usages.` and line `If your custom field needs the to_python method to be called when it is created, you should be using The SubfieldBase metaclass mentioned earlier.` to `If your custom field needs the to_python method to be called everytime it is created along with its usual usage, you should be using The SubfieldBase metaclass mentioned earlier.` |
| | 7 | At max, we can change the link |
| | 8 | {{{ |
| | 9 | See converting-database-values-to-python-objects for usage. |
| | 10 | }}} |
| | 11 | to |
| | 12 | {{{ |
| | 13 | See converting-database-values-to-python-objects for various usages. |
| | 14 | }}} |
| | 15 | |
| | 16 | and |
| | 17 | {{{ |
| | 18 | If your custom field needs the to_python method to be called when it is created, you should be using The SubfieldBase metaclass mentioned earlier. |
| | 19 | }}} |
| | 20 | to |
| | 21 | {{{ |
| | 22 | If your custom field needs the to_python method to be called everytime it is created along with its usual usage, you should be using The SubfieldBase metaclass mentioned earlier. |
| | 23 | }}} |