mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-05-04 20:04:41 +00:00
Added v5.2.0 changelog
This commit is contained in:
parent
b0d2325c43
commit
b8d53aa714
2 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
Changelog Summary
|
||||
=================
|
||||
|
||||
### v5.2.0
|
||||
* Added pagination
|
||||
|
||||
### v5.1.0
|
||||
* Added search term splitting
|
||||
* Model widgets get smarter pickling to reduce size and avoid pickling issues
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ The app includes Select2 driven Django Widgets and Form Fields.
|
|||
|
||||
"""
|
||||
|
||||
__version__ = "5.1.1"
|
||||
__version__ = "5.2.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue