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

llazzaro / django-scheduler / 550 / 10
85%
develop: 85%

Build:
DEFAULT BRANCH: develop
Ran 28 Apr 2017 04:01AM UTC
Files 17
Run time 1s
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

28 Apr 2017 03:59AM UTC coverage: 68.217% (+0.02%) from 68.197%
DJANGO="Django>=1.10,<1.11"

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

1232 of 1806 relevant lines covered (68.22%)

0.68 hits per line

Source Files on job 550.10 (DJANGO="Django>=1.10,<1.11")
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 550
  • Travis Job 550.10
  • 0a41eafe on github
  • Prev Job for DJANGO="Django>=1.10,<1.11" on develop (#542.10)
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