Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyshakh18 committed Feb 25, 2019
1 parent 81d1e15 commit 0565bf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ibm_db_django/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ class DatabaseFeatures( BaseDatabaseFeatures ):
can_introspect_boolean_field = False
can_introspect_positive_integer_field = False
can_introspect_small_integer_field = True
can_introspect_null = True
can_introspect_max_length = True
can_introspect_null = True
can_introspect_ip_address_field = False
can_introspect_time_field = True

Expand Down

0 comments on commit 0565bf3

Please sign in to comment.