From a5c1c534008d0450624d47ed93a4f4027c9f761f Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Wed, 1 Apr 2015 12:01:16 -0400 Subject: [PATCH] Added Polish translations. Version bump to 1.8.2 --- README.md | 6 +++--- adminsortable/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a19781..9999014 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/iambrandontaylor/django-admin-sortable.svg?branch=master)](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 diff --git a/adminsortable/__init__.py b/adminsortable/__init__.py index 3b01b2b..1da18e5 100644 --- a/adminsortable/__init__.py +++ b/adminsortable/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 8, 1) # following PEP 386 +VERSION = (1, 8, 2) # following PEP 386 DEV_N = None