Changes between Initial Version and Version 1 of Ticket #470, comment 62
- Timestamp:
- Dec 28, 2022, 10:18:10 AM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #470, comment 62
initial v1 3 3 4 4 The main reason I did it this way is backward compatibility, especially with regards to migrations. If someone adds a field with a default in Django 4.1, what should we do when they upgrade to 4.2? 5 6 I agree that if we were starting from scratch, we could probably support both approaches with one {{{default}}} parameter, but I think it would cause too much pain to add that now.