~nansari/django-piston:master

Last commit made on 2022-04-11
Get this branch:
git clone -b master https://git.launchpad.net/~nansari/django-piston
Only Najam Ahmed Ansari can upload to this branch. If you are Najam Ahmed Ansari please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~nansari/django-piston

Recent commits

3d0b856... by John Paraskevopoulos

Fix string base64 decoding in `is_authenticated`

Merged from https://code.launchpad.net/~quantifics/django-piston/+git/django-piston/+merge/419181

b2b373c... by John Paraskevopoulos

Fix string base64 decoding in `is_authenticated`

de54ec7... by Wouter van Bommel

Implement the changes so that django-piston is compatible with django2.

We will need out own version, as the one found on internet / github does not include the migrations (and has other changes which might not be compatible)

Merged from https://code.launchpad.net/~woutervb/django-piston/+git/django-piston/+merge/391980

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

185ea16... by Natalia Bidart

Migrated bzr repo to git

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)