Changes between Initial Version and Version 1 of Ticket #29894, comment 1
- Timestamp:
- Oct 26, 2018, 12:54:33 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29894, comment 1
initial v1 1 1 I worked on this. Pull request: https://github.com/django/django/pull/10564 2 3 I should mention, that this patch also changes the behavior when fields are marked as read-only more than once. I think previously the field was then added more than once, now it is added only once!