Fix Paginator properties mistyped as Callables (#193)

Co-authored-by: Nick Sweeting <git@sweeting.me>
This commit is contained in:
Maxim Kurnikov
2019-09-28 22:15:02 +03:00
parent e143ba568c
commit 4d4b0003bd
2 changed files with 5 additions and 0 deletions

View File

@@ -230,6 +230,9 @@ IGNORED_ERRORS = {
'Item "OneToOneField[Union[Place, Combinable], Place]" '
+ 'of "Union[OneToOneField[Union[Place, Combinable], Place], Any]"',
],
'pagination': [
'"int" not callable',
],
'postgres_tests': [
'DummyArrayField',
'DummyJSONField',