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

llazzaro / django-scheduler / 550
85%

Build:
DEFAULT BRANCH: develop
Ran 28 Apr 2017 03:59AM UTC
Jobs 11
Files 17
Run time 3min
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
550

Pull #313

travis-ci

web-flow
Remove null from all model fields of type CharField and TextField

Django recommends against using null=True on string-based fields. This
change brings the models in line with Django conventions and suggested
practices. This avoids two different values to represent "empty".

See Django docs for more details:

https://docs.djangoproject.com/en/1.11/ref/models/fields/#null

> Avoid using null on string-based fields such as CharField and
> TextField. If a string-based field has null=True, that means it has
> two possible values for “no data”: NULL, and the empty string. In most
> cases, it’s redundant to have two possible values for “no data;” the
> Django convention is to use the empty string, not NULL.
Pull Request #313: Remove null from all model fields of type CharField and TextField

17 of 17 new or added lines in 3 files covered. (100.0%)

1236 of 1806 relevant lines covered (68.44%)

7.51 hits per line

Jobs
ID Job ID Ran Files Coverage
2 550.2 (DJANGO="Django>=1.8,<1.9") 28 Apr 2017 03:59AM UTC 0
68.44
Travis Job 550.2
3 550.3 (DJANGO="Django>=1.8,<1.9") 28 Apr 2017 04:00AM UTC 0
68.44
Travis Job 550.3
4 550.4 (DJANGO="Django>=1.8,<1.9") 28 Apr 2017 04:00AM UTC 0
68.44
Travis Job 550.4
5 550.5 (DJANGO="Django>=1.9,<1.10") 28 Apr 2017 03:59AM UTC 0
68.44
Travis Job 550.5
7 550.7 (DJANGO="Django>=1.9,<1.10") 28 Apr 2017 04:00AM UTC 0
68.44
Travis Job 550.7
9 550.9 (DJANGO="Django>=1.10,<1.11") 28 Apr 2017 04:01AM UTC 0
68.22
Travis Job 550.9
10 550.10 (DJANGO="Django>=1.10,<1.11") 28 Apr 2017 04:01AM UTC 0
68.22
Travis Job 550.10
11 550.11 (DJANGO="Django>=1.11,<2.0") 28 Apr 2017 04:02AM UTC 0
68.22
Travis Job 550.11
12 550.12 (DJANGO="Django>=1.11,<2.0") 28 Apr 2017 04:02AM UTC 0
68.22
Travis Job 550.12
13 550.13 (DJANGO="Django>=1.11,<2.0") 28 Apr 2017 04:02AM UTC 0
68.22
Travis Job 550.13
14 550.14 (DJANGO="Django>=1.11,<2.0") 28 Apr 2017 04:03AM UTC 0
68.22
Travis Job 550.14
Source Files on build 550
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #550
  • Pull Request #313
  • PR Base - develop (#542)
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