Changes between Initial Version and Version 1 of Ticket #16022, comment 14
- Timestamp:
- Jun 22, 2022, 8:33:08 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16022, comment 14
initial v1 1 From [https://github.com/django/django/pull/15592 the PR] it looks like we can push forwards with adding a `weak` option to `FileField` that would have `FieldFile` use a `weakref`, but that we can't just bring that in as the re's a behaviour change with `save()` and `delete()`. (Maybe the case for the stronger change can be made via discussion on the DevelopersMailingList.)1 From [https://github.com/django/django/pull/15592 the PR] it looks like we can push forwards with adding a `weak` option to `FileField` that would have `FieldFile` use a `weakref`, but that we can't just bring that in as the default since there's a behaviour change with `save()` and `delete()`. (Maybe the case for the stronger change can be made via discussion on the DevelopersMailingList.) 2 2