Changes between Initial Version and Version 1 of Ticket #29331, comment 7
- Timestamp:
- Apr 16, 2018, 1:54:32 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29331, comment 7
initial v1 22 22 23 23 I don't think we can change the assumption that `name` either set implicitly or explicitly through a parameter the will be present in `__dict__` without breaking a lot of stuff. 24 25 Edit: By the way the approach suggested above is [https://github.com/jpwatts/django-positions/blob/b5d142760cd0a69162ecc2c85f8c803292ece6ec/positions/fields.py#L158 exactly what the project your linked to is doing]