Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Update django-extensions to 2.0.7 #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

This PR updates django-extensions from 2.0.0 to 2.0.7.

Changelog

2.0.7

-----

Changes:
- Fix: pipchecker, pip 10.0.0 compatibility
- Fix: sqldiff, improve support of GIS fields by using Django introspection
- Fix: shell_plus, fix bug in windows when PYTHONPATH is defined
- Fix: shell_plus, Call execute on CursorWrapper instead of directly on cursor to ensure wrappers are run
- Fix: runserver_plus, Call execute on CursorWrapper instead of directly on cursor to ensure wrappers are run
- Improvement: sqldiff, drop old compatibility code
- Improvement: ForeignKeyAutocompleteAdminMixin, improvements for Django >1.9

2.0.6

-----

Changes:
- Fix: shell_plus, Fix of deprecation warning in collision resolvers

2.0.5

-----

Changes:
- Improvement: setup.py, Use PEP 508 when setuptools is version 36 or higher should fix issues with pipenv
- Fix: docs, Docs should show that django 2.0 is supported

2.0.4

-----

Changes:
- Fix: setup.py, fix installation of typing in python < 3.5

2.0.3

-----

Changes:
- Fix: shell_plus, python 2.7 support broken due to use of Python3 super()

2.0.2

-----

Changes:
- Improvement: sqldiff, add --include-defaults to include default value in missing field for sqldiff 1064

2.0.1

-----

Changes:
- Fix: setup.py, do not include `typing` requirement in recent versions of Python
- Improvement: shell_plus, add support for using -- to pass cli argument directly to underlying python shell implementation
- New: generate_password, Generates a new password based on `BaseUserManager.make_random_password`
Links

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant