Changes between Version 4 and Version 5 of Ticket #31021
- Timestamp:
- Nov 26, 2019, 11:16:01 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31021 – Description
v4 v5 15 15 ).update(content_type=new_content_type) 16 16 }}} 17 This will brake the migration if default database doesn't set 18 17 19 18 20 Tracebacks … … 21 23 django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details. 22 24 }}} 23 24 25 26 This will brake the migration if default database doesn't set