Tijs Teulings
Tijs Teulings
I have to leave for a bit but i'm pretty pragmatic about these things. Custom db_tales is perhaps not something a migration would have to cover although it's sort off...
@tomchristie searching through github code i'm getting a sense that the general concensus is a separate compat.py file containing: ``` try: from django.contrib.auth import get_user_model except ImportError: # django <...
i've commited a naive fix of this that at least solves my problem. not the prettiest solution i would imagine... https://github.com/Automatique/django-postmark/commit/ddc2658d80740031b31a3ffc9f044705af0d7b71
@jcarbaugh good to hear, please keep in mind that it's not a very solid fix though. All that string mangling should probably be replaced with solid timezone aware code at...
ah yes of course, still trying to figure this stuff out. specifically for this divider an entry will look like this: ```` { "divider": { "size": { "height": { "value":...
Yeah that’s exactly what we do now 😁 my goal was to get rid of the extra overhead of needing some kind of token provider that switches themes based on...
Thanks man, subscribed to that issue. I’ll play with it a bit more in the current setup but I’m hearing the “here be dragons” loud and clear 😅