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

allegro / ralph / 5692
85%

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

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.

1 of 1 new or added line in 1 file covered. (100.0%)

7492 of 8989 relevant lines covered (83.35%)

0.83 hits per line

Jobs
ID Job ID Ran Files Coverage
2 5692.2 (DJANGO_VERSION=1.8.12 TEST_DB_ENGINE=mysql) 03 Jun 2016 10:53AM UTC 0
83.35
Travis Job 5692.2
Source Files on build 5692
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5692
  • 37b90570 on github
  • Prev Build on ng (#5686)
  • Next Build on ng (#5707)
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