CHANGELOG 437 B

12345678910111213
  1. - 0.2.2
  2. * Support for Django 1.6 (Jay McEntire)
  3. - 0.2.1
  4. * Fix net_contained lookups in InetAddressField
  5. - 0.2
  6. * Fix IP type casting in form fields
  7. * Add South introspection rules
  8. * Expand tests for form fields and MAC addresses
  9. * Use netaddr instead of IPy for address representation. New requirement of
  10. netaddr module. This change affects backwards compatibility
  11. * New maintainer James Oakley <jfunk@funktronics.ca>