Does not support Django 1.7+
Bug #1462597 reported by
Tim Penhey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-django (Juju Charms Collection) |
In Progress
|
Undecided
|
Tim Penhey |
Bug Description
Django 1.7 has been out for quite some time, and Django 1.8 is considered an LTS and has also recently been released.
In order to support 1.7+ syncdb must be changed to migrate.
Related branches
lp://staging/~thumper/charms/trusty/python-django/support-1.7
- Charles Butler (community): Approve
- Whit Morriss (community): Needs Fixing
- Tim Van Steenburgh: Pending requested
-
Diff: 1473 lines (+686/-471)11 files modified.bzrignore (+1/-0)
Makefile (+22/-6)
hooks/hooks.py (+442/-333)
hooks/tests/test_template.py (+0/-125)
hooks/tests/test_unit.py (+128/-0)
templates/pgsql_engine.tmpl (+1/-1)
tests/10-mysql (+2/-3)
tests/10-postgresql (+2/-3)
tests/11-django-1.8-with-postgresql (+57/-0)
tests/config/django.yaml (+21/-0)
tests/tests.yaml (+10/-0)
Changed in python-django (Juju Charms Collection): | |
assignee: | nobody → Tim Penhey (thumper) |
status: | New → In Progress |
To post a comment you must log in.