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

allegro / ralph / 5692 / 2
85%
ng: 85%

Build:
DEFAULT BRANCH: ng
Ran 03 Jun 2016 10:53AM UTC
Files 154
Run time 7s
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

03 Jun 2016 10:48AM UTC coverage: 83.346% (-0.004%) from 83.35%
DJANGO_VERSION=1.8.12 TEST_DB_ENGINE=mysql

push

travis-ci

mkurek
Nullable hostname (#2448)

Change `hostname` of `Asset` (`DataCenterAsset` and `BackOfficeAsset`) to `NullableCharField`. This will result in saving empty `hostname` as `null` instead of empty string (`''`) to the database, which might help in the future using `hostname` column as a "clickable" column in admin or to mark `hostname` as unique (`null != null`, but `'' == ''`).

There is also minor change in `NullableCharField` as well - `to_python` now returns `None` instead of `''` in case of empty value - this affects only read-only views (like admin listing) - form fields would work as usual.

7492 of 8989 relevant lines covered (83.35%)

0.83 hits per line

Source Files on job 5692.2 (DJANGO_VERSION=1.8.12 TEST_DB_ENGINE=mysql)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5692
  • Travis Job 5692.2
  • 37b90570 on github
  • Prev Job for DJANGO_VERSION=1.8.12 TEST_DB_ENGINE=mysql on ng (#5686.2)
  • Next Job for DJANGO_VERSION=1.8.12 TEST_DB_ENGINE=mysql on ng (#5707.2)
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