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

kmike / django-widget-tweaks
95%

Build:
DEFAULT BRANCH: master
Repo Added 22 Mar 2013 10:52PM UTC
Files 4
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 1.4
  • 1.4.1
  • master

pending completion
46

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%)

22.83 hits per line

Relevant lines Covered
Build:
Build:
103 RELEVANT LINES 98 COVERED LINES
22.83 HITS PER LINE
Source Files on master
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
46 master 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 desirab... Pull #47 15 Jun 2017 11:30AM UTC web-flow travis-ci pending completion  
45 master drop Python 2.6 and Python 3.2 support push 09 Dec 2016 05:09PM UTC kmike travis-ci pending completion  
44 master Merge pull request #42 from shwoop/master Tests support django 1.10 && Shallow copy field push 09 Dec 2016 04:56PM UTC web-flow travis-ci pending completion  
43 master Shallow copy field before updating attributes Fields must be shallow copied when updating field attributes to avoid attributes bleeding across re-renders of the same field. Tests have been introduced to cover this useage. Pull #42 09 Dec 2016 04:33PM UTC web-flow travis-ci pending completion  
42 master Shallow copy field before updating attributes Fields must be shallow copied when updating field attributes to avoid attributes bleeding across re-renders of the same field. Tests have been introduced to cover this useage. Pull #42 09 Dec 2016 04:08PM UTC web-flow travis-ci pending completion  
41 master test Pull #42 09 Dec 2016 03:36PM UTC web-flow travis-ci pending completion  
40 master Tests support django 1.10 Pull #42 07 Dec 2016 09:12AM UTC web-flow travis-ci pending completion  
39 master Merge pull request #38 from tomcounsell/patch-1 update readme to make installation more clear push 17 Jun 2016 05:04AM UTC web-flow travis-ci pending completion  
38 master update readme to make installation more clear Pull #38 17 Jun 2016 04:44AM UTC web-flow travis-ci pending completion  
37 master Allow optional attributes (readonly?=value), refs #15 Pull #35 19 May 2016 02:12PM UTC Kos travis-ci pending completion  
See All Builds (41)
  • Repo on GitHub
  • CI Project
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

© 2025 Coveralls, Inc