mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-04-30 03:14:50 +00:00
Added Polish translations.
Version bump to 1.8.2
This commit is contained in:
parent
27ae0d95e8
commit
a5c1c53400
2 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://travis-ci.org/iambrandontaylor/django-admin-sortable)
|
||||
|
||||
Current version: 1.8.1
|
||||
Current version: 1.8.2
|
||||
|
||||
This project makes it easy to add drag-and-drop ordering to any model in
|
||||
Django admin. Inlines for a sortable model may also be made sortable,
|
||||
|
|
@ -409,8 +409,8 @@ ordering on top of that just seemed a little much in my opinion.
|
|||
django-admin-sortable is currently used in production.
|
||||
|
||||
|
||||
### What's new in 1.8.1?
|
||||
- Fixed an issue where the sortable JavaScript function might not be found when including an additional jQuery in admin. Thanks [@flyingeek](ttps://github.com/flyingeek)
|
||||
### What's new in 1.8.2?
|
||||
- Added Polish translations. Thanks [@TomaszGabrysiak](https://github.com/TomaszGabrysiak).
|
||||
|
||||
|
||||
### Deprecation warnings
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (1, 8, 1) # following PEP 386
|
||||
VERSION = (1, 8, 2) # following PEP 386
|
||||
DEV_N = None
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue