django-piston3:master

Last commit made on 2024-01-16
Get this branch:
git clone -b master https://git.launchpad.net/django-piston3
Members of MAAS Committers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:django-piston3

Recent commits

fca3b0f... by ggouzi <email address hidden>

Add a check to ensure oauth_timestamp is not empty and avoid HTTP 500.
Returning a OAuthBadRequest instead (HTTP 400 to be handled in maasserver api)

36af3e4... by Trent Lloyd

debian/rules: Use --with=python3

e09a690... by Alexsander de Souza

re-apply black

4d801e8... by Alberto Donato

Use precached relations in emitters. Bump version.

The `_related` function used `iterator` which skips precached relations,
changing it to `all` provides the same behaviour while using the precached

08a8263... by Alberto Donato

release 0.5 with support for Django 3.2 and 22.04

60b3f85... by Alberto Donato

drop builtin signals for sending emails on consumer creation/delete

ae4f821... by Adam Collard

Describe tox environments, use extras for it's purpose

75fc2b5... by Alberto Donato

cleanup tox config and require minimum version

48f604b... by Alberto Donato

support running tests under django 3.2 (from jammy)

06ab544... by Björn Tillenius

Reformat due to new black version.