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

django-import-export / django-import-export / 1532 / 22
98%
main: 100%

Build:
Build:
LAST BUILD BRANCH: pre-commit-ci-update-config
DEFAULT BRANCH: main
Ran 19 Aug 2020 11:22AM UTC
Files 45
Run time 2s
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

19 Aug 2020 11:16AM UTC coverage: 96.548%. First build
IMPORT_EXPORT_POSTGRESQL_USER=postgres IMPORT_EXPORT_POSTGRESQL_PASSWORD= IMPORT_EXPORT_MYSQL_USER=root IMPORT_EXPORT_MYSQL_PASSWORD= DJANGO="Django==3.1.*" IMPORT_EXPORT_TEST_TYPE=postgres

push

travis-ci

web-flow
Django 3.1 compatibility (#1173)

* Remove deprecated providing_args argument to Signal()

This was deprecated in Django 3.1 and will be removed in Django 4.0:

django.utils.deprecation.RemovedInDjango40Warning: The providing_args
argument is deprecated. As it is purely documentational, it has no
replacement. If you rely on this argument as documentation, you can move
the text to a code comment or docstring.

As the text explains it can be removed safely without replacement.

* Replace django.conf.urls.url() with django.urls.path()

`url()` was added in Django 2.0, deprecated in Django 3.1, and will be
removed in Django 4.0:

RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().

* Add Django 3.1 support in CI, setup.py, tox.ini

* Add `tox -e isort`

Allow to quickly check isort.

Also fix the isort config to use `extra_standard_library` instead of
`known_standard_library` otherwise it resets the known standard
libraries.

Also skip isort on Python 3.5 since that uses isort 4 which is
incompatible.

3524 of 3650 relevant lines covered (96.55%)

0.97 hits per line

Source Files on job 1532.22 (IMPORT_EXPORT_POSTGRESQL_USER=postgres IMPORT_EXPORT_POSTGRESQL_PASSWORD= IMPORT_EXPORT_MYSQL_USER=root IMPORT_EXPORT_MYSQL_PASSWORD= DJANGO="Django==3.1.*" IMPORT_EXPORT_TEST_TYPE=postgres)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1375
  • Travis Job 1532.22
  • e855fcf8 on github
  • Next Job for DJANGO="Django>=1.9,<1.10" on master (#979.7)
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