~nansari/django-piston:fix-for-SN-1445

Last commit made on 2023-07-20
Get this branch:
git clone -b fix-for-SN-1445 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:
fix-for-SN-1445
Repository:
lp:~nansari/django-piston

Recent commits

32fbb4a... by Najam Ahmed Ansari <email address hidden>

Additional fix from Przemek

31e8a05... by Najam Ahmed Ansari <email address hidden>

Re-doing the fix for SN-1445 based on feeback

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.