Changes between Initial Version and Version 1 of Ticket #35223
- Timestamp:
- Feb 16, 2024, 2:26:45 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35223 – Description
initial v1 7 7 Has been explained to me in the Django forums that this is correct, that I should instead either 8 8 9 (1) explicitly choose to {{{exclude}}} the missing fields from {{ full_clean()}}} call,9 (1) explicitly choose to {{{exclude}}} the missing fields from {{{full_clean()}}} call, 10 10 (2) write a custom clean method for each field, or 11 11 (3) simply save the instance rather than calling {{{full_clean()}}}