@@ -15,18 +15,19 @@ v2.4.0
15
15
16
16
- Migrate library to rye
17
17
18
+ v2.3.1
19
+ ------
20
+
21
+ - Fix release v2.3.0 on the supported Django version (v5).
22
+
18
23
v2.3.0
19
24
------
20
25
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
30
31
31
32
v2.2.1
32
33
------
@@ -36,62 +37,62 @@ v2.2.1
36
37
v2.2.0
37
38
------
38
39
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
51
48
52
49
v2.1.1
53
50
------
54
51
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
57
53
58
54
v2.1.0
59
55
------
60
56
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 .
64
58
65
59
v2.0.3
66
60
------
67
61
68
- - Add rule for Black in pyproject.toml
69
- - Fix Jinja2 is required (#19 )
70
62
- Added Django 4.0 support. Thanks to David Smith.
63
+ - Fix Jinja2 is required (#19 )
71
64
72
65
v2.0.2
73
66
------
74
67
75
68
- 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
78
71
79
72
v2.0.1
80
73
------
81
74
82
- - Fix trailing commas in classifiers
75
+ - Fix trailing commas in classifiers ( ` setup.cfg ` ).
83
76
84
77
v2.0.0
85
78
------
86
79
87
80
Released on February 23th, 2021
88
81
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
95
96
96
97
v1.0.2
97
98
------
0 commit comments