File tree Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ** 2024-08-16**
4
+
5
+ - Add ` gettextSafe ` function to handle missing gettext in Django
6
+
7
+ ---
8
+
3
9
** 2024-07-14**
4
10
5
11
- Fix choice.display last element issue
Original file line number Diff line number Diff line change @@ -275,30 +275,21 @@ rake upload:test # Upload package to test distro
275
275
276
276
## Change Log
277
277
278
- ** 2024-07-14**
279
-
280
- - Fix choice.display last element issue
281
-
282
- ---
283
-
284
- ** 2024-07-03**
278
+ ** 2024-08-16**
285
279
286
- - Now package is working fine :) Thanks to [ Bahattin ] [ bahattincinic ] !
280
+ - Add ` gettextSafe ` function to handle missing gettext in Django
287
281
288
282
---
289
283
290
- ** 2024-06-01 **
284
+ ** 2024-07-14 **
291
285
292
- - Update missing information in the README
293
- - Improve github action triggers
286
+ - Fix choice.display last element issue
294
287
295
288
---
296
289
297
- ** 2024-05-23 **
290
+ ** 2024-07-03 **
298
291
299
- - Add tests
300
- - Add GitHub actions (test, ruff linter)
301
- - Add pre-commit hooks
292
+ - Now package is working fine :) Thanks to [ Bahattin] [ bahattincinic ] !
302
293
303
294
---
304
295
You can’t perform that action at this time.
0 commit comments