Changes between Initial Version and Version 1 of Ticket #2750, comment 29


Ignore:
Timestamp:
Dec 24, 2025, 10:19:25 PM (3 days ago)
Author:
Nipun Peiris

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2750, comment 29

    initial v1  
    1 Update: I've implemented the fix by modifying `Field.formfield()` to check `self.has_default() and not self.many_to_many` before applying defaults. The regression test I wrote passes on my branch. However, there are some existing test failures. I need to look into, they might be relying on the old behavior. Will update once I've sorted those out.
     1Update: I've implemented a fix by modifying `Field.formfield()` to check `self.has_default() and not self.many_to_many` before applying defaults. The regression test I wrote passes on my branch. However, there are some existing test failures. I need to look into, they might be relying on the old behavior. Will update once I've sorted those out.
Back to Top