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

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

Build:
Build:
LAST BUILD BRANCH: remove-outdated-comments-cached-foreign-key-widget
DEFAULT BRANCH: main
Ran 19 Aug 2020 11:16AM UTC
Files 45
Run time 3s
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: 91.397% (-0.003%) from 91.4%
IMPORT_EXPORT_POSTGRESQL_USER=postgres IMPORT_EXPORT_POSTGRESQL_PASSWORD= IMPORT_EXPORT_MYSQL_USER=root IMPORT_EXPORT_MYSQL_PASSWORD= DJANGO="Django==2.0.*" IMPORT_EXPORT_TEST_TYPE=mysql-innodb

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.

3336 of 3650 relevant lines covered (91.4%)

0.91 hits per line

Source Files on job 1532.2 (IMPORT_EXPORT_POSTGRESQL_USER=postgres IMPORT_EXPORT_POSTGRESQL_PASSWORD= IMPORT_EXPORT_MYSQL_USER=root IMPORT_EXPORT_MYSQL_PASSWORD= DJANGO="Django==2.0.*" IMPORT_EXPORT_TEST_TYPE=mysql-innodb)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1375
  • Travis Job 1532.2
  • e855fcf8 on github
  • Prev Job for IMPORT_EXPORT_POSTGRESQL_USER=postgres IMPORT_EXPORT_POSTGRESQL_PASSWORD= IMPORT_EXPORT_MYSQL_USER=root IMPORT_EXPORT_MYSQL_PASSWORD= DJANGO="Django==2.0.*" IMPORT_EXPORT_TEST_TYPE=mysql-innodb on master (#1528.2)
  • 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