diff options
author | Filipp Lepalaan <filipp@mac.com> | 2016-10-14 12:13:15 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2016-10-14 12:13:15 +0300 |
commit | f053c6bde5ff8b252bb49c06d1032943852ed8ec (patch) | |
tree | cea8b0f87047bc473949a52dbd431f6f3022df95 /servo/models | |
parent | d57eb570584519e40dcb2e4499b9fc294208cbab (diff) | |
download | Servo-f053c6bde5ff8b252bb49c06d1032943852ed8ec.tar.gz Servo-f053c6bde5ff8b252bb49c06d1032943852ed8ec.tar.bz2 Servo-f053c6bde5ff8b252bb49c06d1032943852ed8ec.zip |
Django 1.10 changes
Diffstat (limited to 'servo/models')
-rw-r--r-- | servo/models/device.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/servo/models/device.py b/servo/models/device.py index 6c13d81..de8f34e 100644 --- a/servo/models/device.py +++ b/servo/models/device.py @@ -140,7 +140,6 @@ class Device(models.Model): ) purchase_country = models.CharField( blank=True, - editable=False, max_length=128, choices=countries, default=defaults.country, |