0.5.0 (2017-01-30)
- Updates to shared-dataverse-information dependency
- For HttpRepsonse, changed
mimetype=
tocontent_type=
- Upgraded django-debug-toolbar version from 1.0.1 to 1.6
- Removed old django.conf.urls.patterns--used lists of urls
- Changed
render_to_response
torender
, remove imports ofRequestContext
- Use
TEMPLATES
setting from django conf files - Templates, use
static
tag - Remove old models from worldmap_connect: WorldMapImportAttempt, WorldMapImportFail, WorldMapLayerInfo
- Switch
datetime.now()
totimezone.now()
- using
from django.utils import timezone
- using
- Move geo_utils directory under gc_apps
- Move gc_apps directory to the top level
- Create initial migration files
- If tables exist, run
python manage.py migrate --fake-initial
- If tables exist, run
- Updated format of tabular mapping UI including workflow and layout.