Skip to content

Commit 799d883

Browse files
committed
Sync with GitHub changelog
1 parent fd64796 commit 799d883

File tree

1 file changed

+38
-37
lines changed

1 file changed

+38
-37
lines changed

CHANGELOG.md

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,19 @@ v2.4.0
1515

1616
- Migrate library to rye
1717

18+
v2.3.1
19+
------
20+
21+
- Fix release v2.3.0 on the supported Django version (v5).
22+
1823
v2.3.0
1924
------
2025

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.
26+
- Support Django 5.0
27+
- Fix nulls=last persistency in template (#26). Thanks @sandre35.
28+
- Migrate `testproj` to Django v5.0 (fix deprecated)
29+
- Add home view to `testproj` to list all views
30+
- Fix HTML of test views
3031

3132
v2.2.1
3233
------
@@ -36,62 +37,62 @@ v2.2.1
3637
v2.2.0
3738
------
3839

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.
40+
No build.
41+
42+
- Breaking change, `nulls_first=True` and `nulls_last=True` are replaced by `nulls=first | last`.
43+
Thanks to @manderj.
44+
- Support of Django 4.1
45+
- Handle setting to raise 404 on invalid values for new 'nulls' option
46+
- Add more examples for Jinja
47+
- Various cleanup
5148

5249
v2.1.1
5350
------
5451

55-
- Fix deprecated import of Markup from jinja2
56-
- Add doc about nulls_first in README and fix typo
52+
- Fix deprecated import of Markup from Jinja2
5753

5854
v2.1.0
5955
------
6056

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.
57+
- Add sorting by nulls first or last by @manderj.
6458

6559
v2.0.3
6660
------
6761

68-
- Add rule for Black in pyproject.toml
69-
- Fix Jinja2 is required (#19)
7062
- Added Django 4.0 support. Thanks to David Smith.
63+
- Fix Jinja2 is required (#19)
7164

7265
v2.0.2
7366
------
7467

7568
- 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
69+
- Fix path to jinja2 tags in testproj
70+
- Fix trailing commas in classifiers
7871

7972
v2.0.1
8073
------
8174

82-
- Fix trailing commas in classifiers
75+
- Fix trailing commas in classifiers (`setup.cfg`).
8376

8477
v2.0.0
8578
------
8679

8780
Released on February 23th, 2021
8881

89-
- Python v3.6+ only
90-
- Remove support of Django <1.8
91-
- Major cleanup of code
92-
- Jinja2 support
93-
- Merge setup.py and setup.cfg in setup.cfg
94-
- Provide pyproject.toml
82+
- **Add Jinja2 suppor**t \o/
83+
- Modern Python packaging
84+
- Add note about django-tables2 in README
85+
- Add documentation for Jinja2
86+
- Include the space before the icon in settings
87+
- Simpler code to render anchor
88+
- Rename 'inverse' key to 'next' in SORT_DIRECTIONS
89+
- Move settings to one upper level
90+
- Use f-strings
91+
- Fix error handling in queryset sorting
92+
- Move sort_directions dict into dedicated file
93+
- Regenerate test project with Django 3.1
94+
- Remove support of Python 2 and upgrade to Django >=3.0
95+
- Various cleanups
9596

9697
v1.0.2
9798
------

0 commit comments

Comments
 (0)