Changes between Version 1 and Version 2 of Ticket #34001


Ignore:
Timestamp:
Sep 9, 2022, 5:54:07 PM (22 months ago)
Author:
James Pic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34001 – Description

    v1 v2  
    1 Proposing this:
     1Proposing to change ForeignKey.formfield() to allow overriding form_class and all other defaults like with other fields such as fields.UUIDField, we can optimize the code at the same time.
    22
    33
     
    4444+        return super().formfield(**kwargs)
    4545}}}
    46 
    47 Also an optimization.
Back to Top