Nick Avgerinos
Nick Avgerinos
Using __latest__ can cause migration errors like: django.db.migrations.exceptions.InconsistentMigrationHistory: Migration djangocms_youtube.0001_initial is applied before its dependency filer.0007_auto_20161016_1055 on database 'default' If the external library receives an update, yet we've already applied...
When attempting to export a form on a fresh install, get the following error: ``` File "/home/nicka/repos/xxxxx/env/lib/python3.8/site-packages/aldryn_forms/admin/views.py", line 96, in done response = HttpResponse(dataset.xls, content_type=content_type) AttributeError: 'Dataset' object has no...