- help text for info_traffic
- ORM configuration options exposed
- NetworkIXLan.ix_side field added
- NetworkIXLan.net_side field added
- missing migrations
- facility voltage value migration to fix peeringdb-py#86 on old databases
- Facility.property label for Lessee changed to "Leased or Rented"
- Facility.property help text clarified
- social media service
twitter
renamed tox
- InternetExchange.media field has been deprecated and will default to
Ethernet
until it will be removed in v3 of the PeeringDB API.
- added
bfd_support
field toNetwork
- added
info_types
field toNetwork
to support multi choice type selection
- changed
available_voltage_services
inFacility
to allow 48 VDC, 400 VAC and 480 VAC
- help text for is_rs_peer, campus, carrier and policy
- website field restrictions
- django 4.2 support
- python 3.11 support
- python 3.7 support
- fix issue with empty and none values in MultipleChoiceField
- Organization social_media field
- Facility social_media field
- InternetExchange social_media field
- Network social_media field
- Campus social_media field
- Carrier social_media field
- django2.2 support
- django3.0 support
- Campus object
- Carrier object
- CarrierFacility object
- issue with with some environments missing asgiref
- MTU changed from free-form to validate against a set of choices, currently 1500, 9000
- fix incorrect country-code to continent mappings for Georgia (GE) and Puerto Rico (PR)
rir_status
toNetwork
rir_status_updated
toNetwork
- python 3.10
- issue with MultipleChoiceField when used with django-handleref object history (peeringdb/peeringdb#1096)
- python 3.6
status_dashboard
toInternetExchange
status_dashboard
toNetwork
status_dashboard
toFacility
- django ugettext deprecation warning
sales_email
toInternetExchange
sales_phone
toInternetExchange
region_continent
field toFacility
property
toFacility
available_voltage_services
toFacility
diverse_serving_substations
toFacility
- python 3.9 support
- Django 3.2 support
- str methods to more models (#52)
- django admin interface views (#63)
- python 3.5 support
service_level
toInternetExchange
terms
toInternetExchange
name_long
field toNetwork
aka
field toInternetExchange
name_long
field toFacility
aka
field toFacility
name_long
field toOrganization
aka
field toOrganization
- github workflow for tests
suite
and ``floorfields to
AddressModel`- better tooltip/help text for phone fields
- "Government" network type
- "Network Services" network type
- "Route Collector" network type
- django3.1 tests
- improve network.info_prefixes4 help text
- improve network.info_prefixes6 help text
- django1.11 support (end of life Apr 2020)
- django2.0 support (end of life Apr 2019)
- django2.1 support (end of life Dec 2019)
- python3.5 support (end of life Sep 2020)
- django3.0 support
- add
ixf_last_import
to InternetExchangeBase (peeringdb/peeringdb#683) - add
ixf_net_count
to InternetExchangeBase (peeringdb/peeringdb#683) - add
ixf_ixp_member_list_url
to IXLanBase (peeringdb/peeringdb#249) - add
ixf_ixp_member_list_url_visible
to IXLanBase (peeringdb/peeringdb#249)
- fix issue in setup.py for test requirements
- remove verbose_name migrations (#45)
- add
in_dfz
field to IXLanPrefixBase (peeringdb/peeringdb#352)
- Make spelling of traffic levels consistent (peeringdb/peeringdb#519)
- add py3.7, py3.8 to tox and travis tests
- add django 2.2, 3.0 to tests
- Explicitly set TIME_ZONE='UTC' (#38)
- remove py2.7 support (#36)
- remove py3.4 tests (py3.4 EOL reched)
- add
info_never_via_route_servers
toNetworkBase
(peeringdb/394) - set help text for irr_as_set, info_prefixes4 and info_prefixes6 (peeringdb/228)
- Client adaptor to work with the new peeringdb client
- Django 2.0, 2.1 support (thanks @paravoid)
- Improved py3 support (thanks @paravoid)
- #22 - use django gettext on choices
pdb_sync
command, peeringdb client now implements sync logic
- Django 1.11 migration
- cleaned up sync
- #17 - skip None deletes on related
- py3 compatibility
- fixed issue with longitude / latitude validation errors during sync (#10)
- latitude and longitude fields added to AddressModel
- support for django 1.10, 1.11
- --limit option to sync
- use calendar.timegm instead of time.mktime so there isn't timezone skew
- fix sync via call_command
- Route Server network type
- Maintenance contact type
- standalone URLField
- better testing options
- CHANGELOG!
- docs for adding XK country code for Kosovo
- beta URL changed to www
- cascade delete for relational tables
- fixed foreign key related names
- poc list tests