You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,28 +2,35 @@
2
2
3
3
### Unreleased
4
4
5
+
### 0.7.0
6
+
7
+
- Check `field-foreign-key-index` now accepts `when: indexes` instead of `when: unique_toegether` because now it search for duplicate indexes in `Meta.indexes`, `Meta.unique_toegether` and `Meta.constraints`
8
+
- Add checks:
9
+
-`no-unique-together`
10
+
-`no-index-together`
11
+
5
12
### 0.6.0
6
13
7
14
- Add checks:
8
-
- field-default-null
15
+
-`field-default-null`
9
16
10
17
### 0.5.0
11
18
12
-
- Fix ignore_checks
13
-
- Skip models fields not inherited from fields.Field
14
-
- Add ignore_types option
19
+
- Fix `ignore_checks`
20
+
- Skip models fields not inherited from `fields.Field`
21
+
- Add `ignore_types` option
15
22
16
23
### 0.4.1
17
24
18
-
- Fix message for *field-verbose-name-gettext-case*
25
+
- Fix message for `field-verbose-name-gettext-case`
0 commit comments