~woutervb/django-piston:django2

Last commit made on 2020-10-31
Get this branch:
git clone -b django2 https://git.launchpad.net/~woutervb/django-piston
Only Wouter van Bommel can upload to this branch. If you are Wouter van Bommel please log in for upload directions.

Branch merges

Branch information

Name:
django2
Repository:
lp:~woutervb/django-piston

Recent commits

dca08f3... by Wouter van Bommel

Drop the minversion config option

Dropped the minversion option as there are no real requirements why we
need a newer tox version.
Also removed the -Wall python flag so noise levels are reduced.

32f771a... by Wouter van Bommel

Updates as per review

* The included demo app is django2 compliant
* Removed some of the from _future_ imports as they are no longer needed
  since only python > 3 is supported
* Removed an unneeded referense to simplejson
* Removed the dependency on an external mock library

0cfc1a4... by Wouter van Bommel

Add the version number

1ae5538... by Wouter van Bommel

Making minimal changes to let the test succeed

With these changes the tests of this application are now succeeding on
django2. Future will tell if they need to be revised.

f82a83a... by Wouter van Bommel

Adding on_delete to ForeignKey

Django 2+ required that on_delete parameter is provided in ForeignKey
relations, default was CASCADE, but now has to be added explicitly.

5f410bf... by Wouter van Bommel

Only test bionic+ python versions & django 2.2 (lts)

75553d5... by Wouter van Bommel

Added gitignore file

8c8948e... by Johan Dahlin

Port to Python 3

- Run futurize
- Make sure unittests pass in both 2.7 & 3.5
- Fix bytes/str mixup
- Replace __unicode__ with __str__ (both works on 2.7, latter only on 3.5)
- Use smart_text instead of smart_unicode (latter is deprecated)
- Fix migration to use str instead of bytes

Merged from https://code.launchpad.net/~jdahlin/django-piston/python-3/+merge/356747

b2b90ec... by Johan Dahlin

Specify new pypi index url

This works around the issue mentioned in:
https://packaging.python.org/guides/migrating-to-pypi-org/

pypi.python.org is deprecated and replaced by pypi.org

77c6587... by Johan Dahlin

Release 0.2.5