Suor / handy

Handy django tools
BSD 3-Clause "New" or "Revised" License
85 stars 14 forks source link

Remove deprecation warnings #6

Closed nuklea closed 9 years ago

nuklea commented 12 years ago
/src/handy/handy/models/fields.py:25: 
DeprecationWarning: A Field class whose get_db_prep_value method hasn't been updated to take `connection` and `prepared` arguments.
  class AdditionalAutoField(models.Field):

/src/handy/handy/models/fields.py:238: 
DeprecationWarning: A Field class whose db_type method hasn't been updated to take a `connection` argument.
  class BigIntegerField(models.IntegerField):