-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGES
53 lines (41 loc) · 825 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
0.3.15
------
- update testing matrix to include DJ50. Drop DJ41.
0.3.14
------
- track the current language of a model instance on save
- add locale created/modified fields to the default set of fields
provided on the mixin
0.3.12
------
- add typing hints
0.3.11
------
- update MANIFEST.in
0.3.10
------
- set up for translations
- drop support for all but 3.11, 4.2, dev in tests
0.3.9
-----
- add audit fields to list_display by default
0.3.8
-----
- use getters in model admin mixins for list display, filter, readonly, etc
- change utcnow to use ZoneInfo
0.3.5
-----
- fix readme to show gh-actions build badge
0.3.4
-----
- drop tests for 3.7, 3.8, DJ3.0, DJ3.1
0.3.2
-----
- add typing hints
0.3.1
-----
- move CI to gh-actions
0.3.0
-----
- remove deprecated ugettext
- test for django versions < 4.0