Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add django 3.2 support #133

Merged
merged 5 commits into from
Jul 6, 2021
Merged

Conversation

whyscream
Copy link
Contributor

@whyscream whyscream commented Apr 12, 2021

  • Run tests with Django 3.2
  • Silence Django 3.2 warning for missing configuration.
  • Adapt Travis tests to only test supported python+django combinations (other combinations might work but no one should use them in practice)

Django 3.2 issues a new warning which is not related to any functionality in django-pandas:
```
(models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
	HINT: Configure the DEFAULT_AUTO_FIELD setting or the AppConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
```
@coveralls
Copy link

coveralls commented Apr 12, 2021

Coverage Status

Coverage remained the same at 90.789% when pulling 506814b on whyscream:add-django-3.2 into 45f4f52 on chrisdev:master.

@chrisdev chrisdev merged commit b4d91b8 into chrisdev:master Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants