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

kmike / django-widget-tweaks / 46 / 9
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 15 Jun 2017 11:32AM UTC
Files 4
Run time 0s
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

15 Jun 2017 11:29AM UTC coverage: 95.146%. Remained the same
TOXENV=py27-dj110

Pull #47

travis-ci

web-flow
Allow escaping of `:` character when processing field attributes

Currently, the `attr` and similar filters simply split the argument into attribute name and attribute value by `:`. This is fine in most cases, however it could sometimes be desirable to be able to insert a `:` inside of the name of the attribute (for example, using [Vue.js](https://vuejs.org/) requires this functionality). For this reason, I made it so that a string like `b:d` gets split into `b` and `d`, but a string like `b::c:d` gets split into `b:c` and `d`.
Pull Request #47: Allow escaping of `:` character when processing field attributes

98 of 103 relevant lines covered (95.15%)

0.95 hits per line

Source Files on job 46.9 (TOXENV=py27-dj110)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 46
  • Travis Job 46.9
  • 688ad84b on github
  • Prev Job for TOXENV=py27-dj110 on master (#45.9)
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