Changes between Initial Version and Version 1 of Ticket #35223


Ignore:
Timestamp:
Feb 16, 2024, 2:26:45 PM (5 months ago)
Author:
Brian Ibbotson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35223 – Description

    initial v1  
    77Has been explained to me in the Django forums that this is correct, that I should instead either
    88
    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,
    1010(2) write a custom clean method for each field, or
    1111(3) simply save the instance rather than calling {{{full_clean()}}}
Back to Top