-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit 57fe5b5
Drop Django 3.1 related code (#75)
This PR drops code introduced in #18 to support Django 3.1:
https://docs.djangoproject.com/en/4.1/releases/3.1/#default-hashing-algorithm-settings
Since Django 3.1 support is gone, shall we get rid of this code?1 parent 6271248 commit 57fe5b5
File tree
2 files changed
+2
-43
lines changed- mailauth/contrib/user
- tests/contrib/auth
2 files changed
+2
-43
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
2 | 1 |
| |
3 | 2 |
| |
4 | 3 |
| |
| |||
75 | 74 |
| |
76 | 75 |
| |
77 | 76 |
| |
78 | - | ||
79 | - | ||
80 | - | ||
81 | - | ||
82 | - | ||
83 | - | ||
84 | - | ||
85 | 77 |
| |
86 | 78 |
| |
87 | 79 |
| |
88 | 80 |
| |
89 | 81 |
| |
90 | - | ||
91 | - | ||
92 | - | ||
93 | - | ||
94 | - | ||
95 | - | ||
96 | - | ||
97 | - | ||
98 | - | ||
99 | - | ||
100 | - | ||
82 | + | ||
101 | 83 |
| |
102 | 84 |
| |
103 | 85 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
36 | - | ||
37 | - | ||
38 | - | ||
39 | - | ||
40 | - | ||
41 | - | ||
42 | - | ||
43 | - | ||
44 | - | ||
45 | - | ||
46 | - | ||
47 | - | ||
48 | - | ||
49 | - | ||
50 | - | ||
51 | - | ||
52 | - | ||
53 | - | ||
54 | 31 |
| |
55 | 32 |
| |
56 | 33 |
| |
57 | - | ||
34 | + | ||
58 | 35 |
| |
59 | 36 |
| |
60 | 37 |
| |
|
0 commit comments