Changes between Version 1 and Version 2 of Ticket #34001
- Timestamp:
- Sep 9, 2022, 5:54:07 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34001 – Description
v1 v2 1 Proposing t his:1 Proposing 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. 2 2 3 3 … … 44 44 + return super().formfield(**kwargs) 45 45 }}} 46 47 Also an optimization.