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

Fantomas42 / django-blog-zinnia / 705
100%

Build:
DEFAULT BRANCH: develop
Ran 15 Apr 2017 11:29AM UTC
Jobs 9
Files 80
Run time 4min
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
705

Pull #507

travis-ci

web-flow
Removing the redundant module as load_model_class is not being used.

    * The load_model_class is now not being used.
    * The user can define the ZINNIA_ENTRY_MODEL = 'myblog.Entry'
      to swap his/her own Entry model with default zinnia's Entry
      model with the swapped model extending from AbstractEntry
      model or can define his/her own AbstractEntry model and
      extend from that model. Only redefining AbstractEntry model
      is not sufficient. If one is redefining AbstractEntry model,
      then he/she also needs to define his/her own Entry model
      which needs to be swapped. This is because changing the
      AbstractEntry only changes the schema for the default
      Entry model and thus when generating migration, they are
      generated by default in zinnia's own migrations folder.

      Summary:

       -- If you simply want to add extra fields to Entr model,
          then simply define ZINNIA_ENTRY_MODEL = 'myblog.Entry'
          in settings, and define Entry model with additional
          fields. Run makemigrations and set dependency on
          zinnia_0001 in generated migration. The migration
          is generated in your own app and not in zinnia
          and the dependencies are properly set.
       -- If you want to override some of the fields defined
          in AbstractEntry, then redefine it in your models,
          and also define your Entry model extending from this
          AbstractEntry. And follow rest of the instructions
          in step1.
Pull Request #507: Making Entry Model swappable using django-swappable-models.

255 of 255 new or added lines in 26 files covered. (100.0%)

2938 of 2941 relevant lines covered (99.9%)

8.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 705.1 (DATABASE_ENGINE=sqlite) 15 Apr 2017 11:29AM UTC 0
99.9
Travis Job 705.1
2 705.2 (DATABASE_ENGINE=postgres) 15 Apr 2017 11:29AM UTC 0
99.9
Travis Job 705.2
3 705.3 (DATABASE_ENGINE=mysql) 15 Apr 2017 11:29AM UTC 0
99.9
Travis Job 705.3
4 705.4 (DATABASE_ENGINE=sqlite) 15 Apr 2017 11:30AM UTC 0
99.25
Travis Job 705.4
5 705.5 (DATABASE_ENGINE=postgres) 15 Apr 2017 11:31AM UTC 0
99.25
Travis Job 705.5
6 705.6 (DATABASE_ENGINE=mysql) 15 Apr 2017 11:33AM UTC 0
99.25
Travis Job 705.6
7 705.7 (DATABASE_ENGINE=sqlite) 15 Apr 2017 11:33AM UTC 0
99.25
Travis Job 705.7
8 705.8 (DATABASE_ENGINE=postgres) 15 Apr 2017 11:33AM UTC 0
99.25
Travis Job 705.8
9 705.9 (DATABASE_ENGINE=mysql) 15 Apr 2017 11:34AM UTC 0
99.25
Travis Job 705.9
Source Files on build 705
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #705
  • Pull Request #507
  • PR Base - develop (#701)
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