Skip to content

Commit 7df151b

Browse files
committed
Bump version 1.1.3 -> 1.1.4
1 parent bec0232 commit 7df151b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
==========
33

4+
1.1.4 (2022-08-04)
5+
------------------
6+
7+
* Add new check DJ13, ensures the receiver decorator is at the top of the
8+
decorators list.
9+
410
1.1.3 (2022-08-04)
511
------------------
612

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ $ pytest --cov=.
3838
| [`DJ07`](https://github.com/rocioar/flake8-django/wiki/%5BDJ07%5D-Do-not-set-fields-to-'__all__'-on-ModelForm,-use-fields-instead) | Do not use `__all__` with ModelForm, use fields instead |
3939
| [`DJ08`](https://github.com/rocioar/flake8-django/wiki/%5BDJ08%5D-Model-does-not-define-__str__-method) | Model does not define `__str__` method |
4040
| [`DJ12`](https://github.com/rocioar/flake8-django/wiki/%5BDJ12%5D-Order-of-Model's-inner-classes,-methods,-and-fields-does-not-follow-the-Django-Style-Guide) | Order of Model's inner classes, methods, and fields does not follow the [Django Style Guide](https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/#model-style) |
41+
| [`DJ13`](https://github.com/rocioar/flake8-django/wiki/DJ13---@receiver-decorator-must-be-on-top-of-all-the-other-decorators) | @receiver decorator must be on top of all the other decorators |
4142
4243
More details about each of the Rules can be found on the [wiki page](https://github.com/rocioar/flake8-django/wiki).
4344

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flake8-django"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
license = "GPL-3.0-or-later"
55
description = "Plugin to catch bad style specific to Django Projects."
66
authors = ["Rocio Aramberri Schegel <[email protected]>"]

0 commit comments

Comments
 (0)