2023-12-02 08:17:54 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-django-admin-sortable2: updated to 2.1.10
2.1.10
Do not create sourcemaps in production build.
2.1.9
Folder testapp is not published on PyPI anymore.
2.1.8
Fix: In combination with django-nested-admin integration fails with an error in \
inlien formsets.
2.1.7
Yanked.
2.1.6
Add support for Django-4.2.
2.1.5
Fix: In SortableInlineAdminMixin.get_fields(), convert potential tuple to list \
in order to append extra elements.
2.1.4
Fix: It not is not possible anymore, to move items beyond the last item, i.e. \
after an empty extra rows for new items or even after the row with the "Add \
another chapter" link.
2.1.3
Fix 328: Replace uglify against terser to minify JavaScript files.
2.1.2
Fix 320: Adding Jinja2 as template engine didn't work because it is unable to \
handle file references using pathlib.Path.
2.1.1
Enlarge top/down buttons on top of header of SortableTabularInline.
2.1
Introduce classes adminsortable2.admin.SortableStackedInline and \
adminsortable2.admin.SortableTabularInline to resort items to the begin or end \
of the list of those inlines.
Add support for Django-4.1.
2.0.5
Fix: When using an InlineAdmin with a self defined form, the default ordering \
has been ignored.
Fix: Skip instance check, if model used in an InlineAdmin is a proxy model.
2.0.4
Fix 309: Prevent JavaScrip error when using *InlineAdmin without sortable list view.
Internally use Python's pathlib instead of os.path.
In DEBUG mode, load unminimized JavaScript.
2.0.3
Fix 304: ModelAdmin not inheriting from SortableAdminMixin prevented sortable \
Stacked-/TabluraInlineAdmin be sortable.
2.0.2
Fix 303: Use CSRF-Token from input field rather than from Cookie.
2.0.1
Fix 302: Django's ManifestStaticFilesStorage references missing file \
adminsortable2.js.map.
2.0
Drop support for Django 3.2 and lower.
Replace jQuery-UI's sortable against Sortable.js.
Use TypeScript instead of JavaScript for all client side code.
Remove all extended Django admin templates: This allows a smoother upgrade for \
future Django versions.
New feature: Select multiple rows and drag them to a new position.
|
2023-09-01 07:25:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-admin-sortable2: updated to 1.0.4
1.0.4
Fix: issue in 1.0.3 where install_requires unintentionally dropped Django 2.2
|
2023-07-13 12:03:31 by Thomas Klausner | Files touched by this commit (45) |
Log message:
*: switch django users to py-django3
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-15 22:12:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-admin-sortable2: updated to 1.0.3
1.0.3:
Add Django 4.0
|
2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030) |
Log message:
www: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts):
www/nghttp2/distinfo
Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
|
2021-10-12 20:52:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-admin-sortable2: updated to 1.0.2
1.0.2
Fix regression introduced in 1.0.1, adding double item rows on \
SortableInlineAdminMixin and TabularInline.
1.0.1
Fix CSS classes change introduced in Django-2.1.
Prepared to run on Django-4.0.
Ditch Travis-CI in favor of GitHub Actions.
|
2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033) |
Log message:
www: Remove SHA1 hashes for distfiles
|
2021-05-25 07:00:25 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-admin-sortable2: updated to 1.0
1.0
Added support for Django 3.2
Drop support for Python-2.7, 3.4 and 3.5.
Drop support for Django-1.10, 1.11, 2.0 and 2.1.
Add Python-3.9 to the testing matrix.
Refactor code base to clean Python-3 syntax.
|
2021-03-15 15:59:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-admin-sortable2: updated to 0.7.8
0.7.8
Fix: Last item not displayed in stacked- and tabular inline admins, if model \
doesn't have add permission.
|