Advertisement
denserdotru

Untitled

Sep 1st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. UNHANDLED EXCEPTION (2018-09-01 18:06:30.506090)
  2. PROCESS: ./services/web/service.py
  3. VERSION: 15.05.1+microservices.11067.144de64c
  4. BRANCH: microservices CHANGESET: 144de64c
  5. ERROR FINGERPRINT: b393429b-6c11-5098-888f-0904d372f026
  6. WORKING DIRECTORY: /opt/noc
  7. EXCEPTION: <class 'django.core.exceptions.FieldError'> Cannot resolve keyword 'sync' into field. Choices are: description, id, ip, masters, name, slaves
  8. START OF TRACEBACK
  9. ------------------------------------------------------------------------
  10. File: local/lib/python2.7/site-packages/django/db/models/sql/query.py (Line: 1316)
  11. Function: setup_joins
  12. 1309 # backwards compatibility purposes. If we dropped that
  13. 1310 # feature, this could be removed.
  14. 1311 field, model, direct, m2m = opts.get_field_by_name(f.name)
  15. 1312 break
  16. 1313 else:
  17. 1314 names = opts.get_all_field_names() + self.aggregate_select.keys()
  18. 1315 raise FieldError("Cannot resolve keyword %r into field. "
  19. 1316 ==> "Choices are: %s" % (name, ", ".join(names)))
  20. 1317
  21. 1318 if not allow_many and (m2m or not direct):
  22. 1319 for alias in joins:
  23. 1320 self.unref_alias(alias)
  24. 1321 raise MultiJoin(pos + 1)
  25. 1322 if model:
  26. Variables:
  27. last = [0, 1]
  28. name = 'sync'
  29. dupe_multis = True
  30. f = <django.db.models.fields.CharField: description>
  31. self = <django.db.models.sql.query.Query object at 0x7fe390716790>
  32. int_alias = None
  33. pos = 0
  34. dupe_set = set([])
  35. process_extras = True
  36. allow_many = True
  37. alias = 'dns_dnsserver'
  38. names = ['description', 'id', 'ip', 'masters', 'name', 'slaves']
  39. joins = ['dns_dnsserver']
  40. negate = False
  41. allow_explicit_fk = True
  42. can_reuse = set(['dns_dnsserver'])
  43. extra_filters = []
  44. exclusions = set(['dns_dnsserver'])
  45. opts = <Options for DNSServer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement