We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
while running program: django 1.7
Model
class Article(models.Model): title = models.CharField(max_length=255) gallery = GalleryForeignKey('galleries.Gallery', blank=True, null=True, on_delete=models.SET_NULL)
class Article(models.Model):
title = models.CharField(max_length=255) gallery = GalleryForeignKey('galleries.Gallery', blank=True, null=True, on_delete=models.SET_NULL)
Couldn't reconstruct field gallery on testapp.Article: init() takes at least 2 arguments (1 given)
thanks in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
while running program: django 1.7
Model
Couldn't reconstruct field gallery on testapp.Article: init() takes at least 2 arguments (1 given)
thanks in advance.
The text was updated successfully, but these errors were encountered: