dropbox / nsot

Network Source of Truth is an open source IPAM and network inventory database
https://nsot.readthedocs.io
Other
399 stars 66 forks source link

Upgrade to DRF 3.4.4 when it is released. #212

Closed jathanism closed 8 years ago

jathanism commented 8 years ago

Once DRF 3.4.4 is out, remove all references to LimitedForeignKeyField, since this feature has now been merged into DRF.

This can be removed from NSoT: https://github.com/dropbox/nsot/blob/master/nsot/api/serializers.py#L71

DRF PR that solves this: https://github.com/tomchristie/django-rest-framework/pull/4375

DRF 3.4.4 milestone: https://github.com/tomchristie/django-rest-framework/milestone/42