|
1 | 1 | Webstack-django-sorting Changelog |
2 | 2 | ================================= |
3 | 3 |
|
4 | | -vX.X.X |
| 4 | +v3.0.0 |
5 | 5 | ------ |
6 | 6 |
|
7 | | -- Set default sort order on first click of a column |
| 7 | +Released on August 19th, 2024 |
| 8 | + |
| 9 | +- New optional paramater to set default sort order on first click of a column. |
| 10 | + Thanks to @RhinoW. |
| 11 | +- Migrate test project to rye |
| 12 | + |
| 13 | +v2.4.0 |
| 14 | +------ |
| 15 | + |
| 16 | +- Migrate library to rye |
| 17 | + |
| 18 | +v2.3.0 |
| 19 | +------ |
| 20 | + |
| 21 | +- Change target version of Black to Python 3.11 |
| 22 | +- Fix deprecated `USE_L10N` |
| 23 | +- Fix deprecated `assertQuerysetEqual` |
| 24 | +- Remove URL list provided by new home page |
| 25 | +- Add new home view to list of views |
| 26 | +- Fix HTML and add comment in <p> |
| 27 | +- Upgrade testproj to Django v5 |
| 28 | +- Fix self.null_ordering reassignment to avoid modification in template. Thanks |
| 29 | + to @sandre35. |
| 30 | + |
| 31 | +v2.2.1 |
| 32 | +------ |
| 33 | + |
| 34 | +- Minor change to `README.md` |
| 35 | + |
| 36 | +v2.2.0 |
| 37 | +------ |
| 38 | + |
| 39 | +- Update the list of URLs in README of testproj. |
| 40 | +- Support Django v4.1 |
| 41 | +- Rewrite bad comparison of instances against strings |
| 42 | +- Add note about settings in README |
| 43 | +- Provide 'nulls' examples for Jinja |
| 44 | +- Remove useless imports |
| 45 | +- Handle invalid values of nulls with 404 setting |
| 46 | +- Update tests after API changes (nulls=first|last) |
| 47 | +- Adjust URL name of test project |
| 48 | +- Add information about test project in main README.md |
| 49 | +- Fix format and import ordering |
| 50 | +- New way to pass nulls ordering. Thanks to @manderj. |
| 51 | + |
| 52 | +v2.1.1 |
| 53 | +------ |
| 54 | + |
| 55 | +- Fix deprecated import of Markup from jinja2 |
| 56 | +- Add doc about nulls_first in README and fix typo |
| 57 | + |
| 58 | +v2.1.0 |
| 59 | +------ |
| 60 | + |
| 61 | +- Fix incorrect setup of static files |
| 62 | +- tests: serve common templates css through static files. Thanks to @manderj. |
| 63 | +- Add sorting by nulls first or last. Thanks to @manderj. |
| 64 | + |
| 65 | +v2.0.3 |
| 66 | +------ |
| 67 | + |
| 68 | +- Add rule for Black in pyproject.toml |
| 69 | +- Fix Jinja2 is required (#19) |
| 70 | +- Added Django 4.0 support. Thanks to David Smith. |
| 71 | + |
| 72 | +v2.0.2 |
| 73 | +------ |
| 74 | + |
| 75 | +- Fix missing other GET params in anchors |
| 76 | +- pip instal -e doesn't work w/o setup.py |
| 77 | +- Fix path to jinj2 tags in testproj |
| 78 | + |
| 79 | +v2.0.1 |
| 80 | +------ |
| 81 | + |
| 82 | +- Fix trailing commas in classifiers |
8 | 83 |
|
9 | 84 | v2.0.0 |
10 | 85 | ------ |
|
0 commit comments