• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

catmaid / CATMAID / 1648
47%
master: 45%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Ran 10 Jan 2016 05:11AM UTC
Jobs 1
Files 79
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1648

push

travis-ci

tomka
Update Django from v1.8.8 to v1.9.1

This update brings in many new features and security fixes. For a detailed
discussion have a look at [1]. To be able to use Django 1.9 various small
changes had to be made:

- Bump required Postgres version from 9.3 to 9.4 to be able to use Djangos
  JSONField. While at it PostGIS is also updated from v2.1 to v2.2.
- GeoManager was removed from Volume model, because GeoDjango models don't
  require it anymore.
- Use dotted path to the AppConfig class in INSTALLED_APPS setting (instead of
  dotted path to catmaid package, which is now discouraged).
- CATMAID's initial migration is now explicitely marked as such.
- Monkey patch django-rest-swagger from CATMAID's AppConfig's ready() method.
  This is not the perfect place, but works for now.
- Fix some logging related renames.
- Update django-taggit from v0.14.0 to v0.17.6 to be able to use it with Django
  1.9.
- Update django-guadian from v1.3.1 to v1.4.1 for Django 1.9 support.
- Update django-restframework from v3.2.4 to v3.3.2 for Django 1.9 support.
- Update template tags that used the assignment_tag helper to now use the
  simple_tag helper.
- Make on_delete behavior of foreign key relationships in models explicit. This
  will be required from Django 2.0 onwards.
- Update all uses of Field.rel to Field.remote_field.
- Replace django.db.models.Field._get_val_from_obj() with
  Field.value_from_object()
- Remove obsolete deregistration of User model admin before replacement is
  registered.
- Update redirection test case for password change endpoint.
- Update custom database type fields in Django to not use the SubfieldBase meta
  class anymore, but implement the from_db_value() function.

[1] https://docs.djangoproject.com/en/1.9/releases/1.9/

4864 of 11235 relevant lines covered (43.29%)

0.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1648.1 10 Jan 2016 05:11AM UTC 0
43.29
Travis Job 1648.1
Source Files on build 1648
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1648
  • ec8a802c on github
  • Next Build on features/django-1.9 (#1649)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc