2020-09-11 11:35:58 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-django-admin-sortable2: updated to 0.7.7 0.7.7 Add support for Django-3.1. |
2020-04-27 12:22:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-django-admin-sortable2: updated to 0.7.6 0.7.6 Fix: Move items when the order column is not first. Fix: Bulk move when sorting order is descending. Fix: Bulk move to last page when it is too small. Refactor aggregates to use Coalasce for empty querysets. |
2020-02-24 17:16:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-django-admin-sortable2: updated to 0.7.5 0.7.5 Add support for Django-3.0. 0.7.4 Correctly apply custom css classes from the InlineModelAdmin.classes attribute \ then using StackedInline. |
2019-08-27 11:44:17 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-django-admin-sortable2: updated to 0.7.3 0.7.3 Fix: If model admin declares list_display_links = None, no link is autogenerated \ for the detail view. 0.7.2 Fully adopted and tested with Django-2.2 |
2019-04-29 09:51:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-django-admin-sortable2: updated to 0.7.1 0.7.1: Fix issue with JavaScript loading in Django-2.2. |
2019-01-22 10:40:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-django-admin-sortable2: updated to 0.7 0.7: Unknown changes |
2018-08-14 11:39:08 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-django-admin-sortable2: updated to 0.6.21 0.6.21: Unknown changes. 0.6.20: Fix SortableAdminMixin to work in combination with other mixins like that from \ django-import-export. Added jQuery compatibility layer for Django-2.1. |
2018-01-11 14:45:39 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-django-admin-sortable2: updated to 0.6.19 0.6.19 Fix 183: Use mark_safe for reorder div. |
2017-12-12 09:28:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-django-admin-sortable2: updated to 0.6.18 0.6.18: Fixes meth:adminsortable2.admin.SortableInlineAdminMixin.get_fields: Always \ return a list instead of sometimes a tuple. |
2017-12-05 10:27:50 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-django-admin-sortable2: updated to 0.6.17 0.6.17: Fixes 171: Adhere to Content Security Policy best practices by removing inline \ scripts. Adopted to Django-2.0 keeping downwards compatibility until Django-1.9. |