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

aldryn / aldryn-events
89%
master: 90%

Build:
Build:
LAST BUILD BRANCH: feature/readme
DEFAULT BRANCH: master
Repo Added 01 Jul 2015 07:27PM UTC
Files 102
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 feature/python3-support-migrations
branch: feature/python3-support-migrations
CHANGE BRANCH
x
Reset
  • feature/python3-support-migrations
  • 0.9.0
  • 0.9.1
  • 1.0.0
  • 1.0.1
  • 1.0.10
  • 1.0.11
  • 1.0.12
  • 1.0.2
  • 1.0.3
  • 1.0.4
  • 1.0.5
  • 1.0.6
  • 1.0.6.2
  • 1.0.7
  • 1.0.8
  • 1.0.9
  • 1.1.0
  • 1.1.1
  • 1.1.2
  • 1.1.4
  • 1.1.5
  • 1.1.6
  • 1.1.7
  • 2.0.0
  • 2.1.0
  • 3.0.0
  • 3.0.1
  • bugfix/changes-field-widths
  • bugfix/datetime-field-styling
  • bugfix/frontend-tests
  • chore/adapt-to-cms35
  • daniele-docs-test
  • develop-docs
  • feature/1.1.6rc1
  • feature/browserslist
  • feature/bump-django-sortedm2m-version
  • feature/caching
  • feature/changelog
  • feature/choices
  • feature/cleanup
  • feature/cms32-wizard
  • feature/django
  • feature/django-1-10-support
  • feature/django-1-11-support
  • feature/django-1-9
  • feature/django-18-support
  • feature/djangocms-34
  • feature/docs
  • feature/event-admin-form-widgets
  • feature/fe-tests-fix
  • feature/fix-django-migrations-warnings
  • feature/fix-tests-for-3.2
  • feature/frontend
  • feature/guidelines
  • feature/gulpfile-update
  • feature/integration
  • feature/integration-tests
  • feature/integration-tests-migration
  • feature/integration-tests-update
  • feature/package-version-update
  • feature/placeholder
  • feature/pretty-name-in-admin
  • feature/python-26-support
  • feature/python-3-support
  • feature/python3-support
  • feature/readme
  • feature/real-tablib-is-here
  • feature/registration
  • feature/remove-sessions
  • feature/requires.io
  • feature/respect-plugin-language
  • feature/return
  • feature/saucetunnel
  • feature/templates
  • feature/test-regression-for-build-calendar-dates
  • feature/tests
  • feature/tests-update
  • feature/tests-upgrade
  • feature/translations
  • feature/unit-tests
  • feature/unit-tests-update
  • feature/update-docs-apphook-config-ui
  • feature/update-locales
  • feature/updates_for_reversion_1_10
  • feature/use-aldryn-translation-tools-to-slugify
  • fix/django-tablib-not-installed-by-default
  • fix/missing-aldryn-reversion
  • fixes/228
  • fixes/232
  • fixes/create-revisision-on-wizard
  • fixes/django-cms33-compat
  • fixes/preselect-config-from-toolbar
  • issue/adjust-translation-tools-version
  • issue/appconfig-default-title
  • issue/calendar-tag-missing-config-fix
  • issue/callendar-long-events-rendering
  • issue/date-time-widgets
  • issue/event-config-placeholders-datamigration
  • issue/fix-0007-datamigration
  • issue/fix-0016-data-migration-for-sqlite
  • issue/fix-500-and-plugins-respect-fallbacks
  • issue/fix-500-for-not-published-fallback-language
  • issue/fix-build-callendar
  • issue/fix-calendar-plugin-for-disabled-namespace
  • issue/fix-calendar-tag-compatibility
  • issue/fix-calendar-tag-language-check
  • issue/fix-deprecation-warnings
  • issue/fix-event-list-view-for-dates
  • issue/fix-issue-with-toolbar-language
  • issue/fix-plugins-form-mixin
  • issue/fix-salutation-for-registration-form
  • issue/fix-set-event-slug-if-no-translations
  • issue/fix-unicode-error-use-unicode-literals
  • issue/fix-upcoming-events-plugin-error
  • issue/fix-wizard-help-message
  • issue/fix-wizard-permissions-check
  • issue/respect-app-config-in-list-plugin
  • issue/unicode-character-in-event-titles-causes-an-error
  • issue/update-docs-to-include-aldryn-translation-tools
  • issue/update-install-instructions-with-missing-revisions
  • issues/add_filer_requirements_to_settings
  • issues/add_missing_migration
  • issues/fix_badges
  • issues/prevent_tests_shadowing
  • issues/unpin_cms
  • master
  • mkoistinen/cleanup_test_settings
  • mkoistinen/docs_tests
  • mkoistinen/enhance_apphooks
  • mkoistinen/make_ready_for_release
  • mkoistinen/prepare_for_release
  • mkoistinen/use_loose_version
  • mkoistinen/use_new_style_translation_tools
  • mkoistinen/use_rich_text_field_for_wizard
  • release/1.1.7
  • spelling
  • tom/fix-edit-plugin-test
  • tom/re-pep8ify
  • tom/revert-broken-pep8-fixes

pending completion
871

push

travis-ci

mikek
Fix Django migrations by using strings instead of bytes for fields options

This is an issue for Python 3. Migrations created under Python 2 and
applied under Python 3 could have issues in some field types. It was
fixed in recent Django versions, but we have to adjust old migration
files manually.

The specific issue was with django CMS placeholders:
`"Placeholder identifier names need to be of type string"`.

2293 of 2590 relevant lines covered (88.53%)

10.55 hits per line

Relevant lines Covered
Build:
Build:
2590 RELEVANT LINES 2293 COVERED LINES
10.55 HITS PER LINE
Source Files on feature/python3-support-migrations
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
871 feature/python3-support-migrations Fix Django migrations by using strings instead of bytes for fields options This is an issue for Python 3. Migrations created under Python 2 and applied under Python 3 could have issues in some field types. It was fixed in recent Django versions, ... push 05 Apr 2016 09:38AM UTC mikek travis-ci pending completion  
See All Builds (853)
  • Repo on GitHub
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