Skip to content

Commit

Permalink
Release for version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elton2048 committed Feb 27, 2020
1 parent ebb745e commit b7d3035
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ from .models import YourModel

class YourModelAdmin(OrderableMixin, ModelAdmin):
model = YourModel

ordering = ['sort_order']

modeladmin_register(YourModelAdmin)
```

Expand All @@ -73,6 +73,10 @@ python manage.py collectstatic
in your project.

### Change Log
1.0.3
---
- Fix `TypeError` when creating the first Orderable object (#21)

1.0.2
---
- Fix `sort_order` duplication for items
Expand Down
2 changes: 1 addition & 1 deletion wagtailorderable/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.2'
__version__ = '1.0.3'

0 comments on commit b7d3035

Please sign in to comment.