Changes between Initial Version and Version 1 of Ticket #16588, comment 2
- Timestamp:
- Aug 8, 2011, 12:27:59 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16588, comment 2
initial v1 1 In hindsight, it's obvious that calling a field ` `clean``, ``save`` or ``delete`` won't work as expected.1 In hindsight, it's obvious that calling a field `clean`, `save` or `delete` won't work as expected. 2 2 3 3 The docs could warn about such conflicts between field names and the model API: https://docs.djangoproject.com/en/dev/ref/models/instances/