forked from jimfunk/django-postgresql-netfields
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
22 lines (18 loc) · 703 Bytes
/
CHANGELOG
File metadata and controls
22 lines (18 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- 0.3.1
* Fix CidrAddressField in lookups with single-item lists #39
* Fix validation of CIDR with bits to right of mask #19
- 0.3
* Added support for Django 1.7/1.8 (Antwan86, smclenithan)
* Added support for Python 3.x
* Removed support for Django 1.4
- 0.2.2
* Support for Django 1.6 (Jay McEntire)
- 0.2.1
* Fix net_contained lookups in InetAddressField
- 0.2
* Fix IP type casting in form fields
* Add South introspection rules
* Expand tests for form fields and MAC addresses
* Use netaddr instead of IPy for address representation. New requirement of
netaddr module. This change affects backwards compatibility
* New maintainer James Oakley <jfunk@funktronics.ca>