Changes between Initial Version and Version 1 of Ticket #31052, comment 1


Ignore:
Timestamp:
Dec 1, 2019, 11:48:23 PM (4 years ago)
Author:
אורי

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31052, comment 1

    initial v1  
    66```
    77
    8     if ("FORMAT_SETTINGS" in settings):
     8    if hasattr(settings, 'FORMAT_SETTINGS'):
    99        FORMAT_SETTINGS = FORMAT_SETTINGS.union(settings.FORMAT_SETTINGS)
    1010
Back to Top