Changes between Initial Version and Version 1 of Ticket #29443
- Timestamp:
- May 25, 2018, 9:26:55 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29443 – Description
initial v1 3 3 At the moment all those places provide their own implementation. Considering that this is a recurring pattern I would suggest to unify the implementation. More specifically to provide a common super class and override or extend behavior if need be. 4 4 5 I would also suggest to add this to ` `django.utils`` including public documentation, because this pattern could be useful for Django projects and 3rd party libraries as it is to the Django project itself.5 I would also suggest to add this to `django.utils` including public documentation, because this pattern could be useful for Django projects and 3rd party libraries as it is to the Django project itself. 6 6 7 7 Luckily I have written one before. I don't know if it is any good or even compatible implementations in Django but I added a lot of documentation and research. I am happy to share this here: