question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Cannot resolve keyword 'customer' into field.

See original GitHub issue

All,

Cannot get past the step

python manage.py djstripe_init_customers

in the installation.

Running Python 3.6.0, Django 1.11, and the latest version of dj-stripe (1.0.0).

What combination of Django version and dj-stripe version are folks successfully using at the moment? Thanks!

Here is the traceback:

Traceback (most recent call last):
  File "manage.py", line 22, in <module>
    execute_from_command_line(sys.argv)
  File "/Users/jdln/.virtualenvs/djstripe/lib/python3.6/site-packages/django/core/management/__init__.py", line 363, in execute_from_command_line
    utility.execute()
  File "/Users/jdln/.virtualenvs/djstripe/lib/python3.6/site-packages/django/core/management/__init__.py", line 355, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/Users/jdln/.virtualenvs/djstripe/lib/python3.6/site-packages/django/core/management/base.py", line 283, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/Users/jdln/.virtualenvs/djstripe/lib/python3.6/site-packages/django/core/management/base.py", line 330, in execute
    output = self.handle(*args, **options)
  File "/Users/jdln/temp/dj-stripe/djstripe/management/commands/djstripe_init_customers.py", line 25, in handle
    for subscriber in get_subscriber_model().objects.filter(customer__isnull=True):
  File "/Users/jdln/.virtualenvs/djstripe/lib/python3.6/site-packages/django/db/models/manager.py", line 85, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/Users/jdln/.virtualenvs/djstripe/lib/python3.6/site-packages/django/db/models/query.py", line 781, in filter
    return self._filter_or_exclude(False, *args, **kwargs)
  File "/Users/jdln/.virtualenvs/djstripe/lib/python3.6/site-packages/django/db/models/query.py", line 799, in _filter_or_exclude
    clone.query.add_q(Q(*args, **kwargs))
  File "/Users/jdln/.virtualenvs/djstripe/lib/python3.6/site-packages/django/db/models/sql/query.py", line 1260, in add_q
    clause, _ = self._add_q(q_object, self.used_aliases)
  File "/Users/jdln/.virtualenvs/djstripe/lib/python3.6/site-packages/django/db/models/sql/query.py", line 1286, in _add_q
    allow_joins=allow_joins, split_subq=split_subq,
  File "/Users/jdln/.virtualenvs/djstripe/lib/python3.6/site-packages/django/db/models/sql/query.py", line 1164, in build_filter
    lookups, parts, reffed_expression = self.solve_lookup_type(arg)
  File "/Users/jdln/.virtualenvs/djstripe/lib/python3.6/site-packages/django/db/models/sql/query.py", line 1044, in solve_lookup_type
    _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta())
  File "/Users/jdln/.virtualenvs/djstripe/lib/python3.6/site-packages/django/db/models/sql/query.py", line 1362, in names_to_path
    "Choices are: %s" % (name, ", ".join(available)))
django.core.exceptions.FieldError: Cannot resolve keyword 'customer' into field. Choices are: date_joined, djstripe_customers, email, first_name, groups, id, is_active, is_staff, is_superuser, last_login, last_name, logentry, password, user_permissions, username

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:16 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
jleclanchecommented, Apr 23, 2017

dj-stripe doesn’t work on Django 1.11 yet due to the Polymorphic Model dependency. Does this happen on 1.10?

1reaction
kavdevcommented, Oct 27, 2017

@jackappleby yep, we have a lot of sync stuff that needs to be overhauled. Stay tuned 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

FieldError: Cannot resolve keyword 'XXXX' into field
First, I managed to replicate the error in my local environment. At first, I was testing the application using built-in Django runserver. However,...
Read more >
1796 ([patch] "Cannot resolve keyword ___ into field" error ...
Any attempt to get the related objects from a many to many relation using all() fails. For example the line a1.primary_categories.all().
Read more >
FieldError: Cannot resolve keyword into field - Django 1.8
Django : Django 1.8 - FieldError: Cannot resolve keyword into field [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] ...
Read more >
TypeError: Cannot resolve keyword 'slug' into field
Based on the choices the error message lists, it appears you have added code that tries to access the slug field in an...
Read more >
How to Solve Error Message Cannot resolve keyword into ...
How to Solve Error Message Cannot resolve keyword into field. Choices are : when running Django Application. By Web ContributorPosted on ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found