Changes between Initial Version and Version 1 of Ticket #29443


Ignore:
Timestamp:
May 25, 2018, 9:26:55 AM (6 years ago)
Author:
Johannes Maron
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29443 – Description

    initial v1  
    33At 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.
    44
    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.
     5I 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.
    66
    77Luckily 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:
Back to Top