You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ready to new release. The major version number has been incremented because this release introduces multiple changes that are incompatible with previous versions.
Copy file name to clipboardExpand all lines: CHANGES.rst
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
-
0.1.14 (2025-06-11)
1
+
1.0.0 (2025-06-12)
2
2
-------------------
3
3
4
+
This release introduces multiple changes that are incompatible with previous versions.
5
+
6
+
The major version number has been incremented following `Semantic Versioning (SemVer) <https://semver.org/>`_, as several components of the package have changed in ways that may require updates in client code.
7
+
8
+
The internal codebase has been significantly cleaned up and reorganized, making it more maintainable and consistent.
9
+
10
+
This version contains **40% fewer lines of code** compared to the previous release.
11
+
12
+
Less code means fewer bugs, easier maintenance, and better long-term sustainability.
Copy file name to clipboardExpand all lines: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ Only required if you want the translation of django-multiselectfield or need its
110
110
1.4 SortMultiSelectField
111
111
------------------------
112
112
113
-
Since version 0.1.14, this package also includes a another field type called: SortMultiSelectField.
113
+
Since version 1.0.0 (2025-06-12), this package also includes a another field type called: SortMultiSelectField.
114
114
115
115
For this field to work, you need to include `jQuery <https://jquery.com/download/>`_ (already included in the Django admin) and `jQuery UI <https://jqueryui.com/download/>`_.
0 commit comments