Skip to content

Commit

Permalink
- Removing duplicate "AddField" from migrations
Browse files Browse the repository at this point in the history
 - Bump to version 1.1.4.5
  • Loading branch information
afabiani committed Aug 19, 2019
1 parent ebeabc5 commit 7f76c4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions oauth2_provider/migrations/0011_auto_20190413_2007.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ class Migration(migrations.Migration):
]

operations = [
migrations.AddField(
model_name='application',
name='algorithm',
field=models.CharField(choices=[('RS256', 'RSA with SHA-2 256'), ('HS256', 'HMAC with SHA-2 256')], default='RS256', max_length=5),
),
migrations.AlterField(
model_name='application',
name='authorization_grant_type',
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = geonode-oauth-toolkit
version = 1.1.4.4
version = 1.1.4.5
description = OAuth2 Provider for Django/GeoNode
author = Federico Frenguelli, Massimiliano Pippi, Alessio Fabiani
author_email = synasius@gmail.com
Expand Down

0 comments on commit 7f76c4b

Please sign in to comment.