Skip to content
New issue

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

fix: #51842 #52553

Merged
merged 1 commit into from
Apr 17, 2019
Merged

fix: #51842 #52553

merged 1 commit into from
Apr 17, 2019

Conversation

mattLLVW
Copy link
Contributor

What does this PR do?

Fix #51842 Wrong model name

What issues does this PR fix or reference?

#51842

@mattLLVW mattLLVW requested a review from a team as a code owner April 15, 2019 17:25
minion_fn = models.CharField()
user_fk = models.ForeignKey(User, on_delete=models.CASCADE)
minion_or_fn_matcher = models.CharField(max_length=255)
minion_fn = models.CharField(max_length=255)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there's an assumption of Postgres as the database, there's no reason to add max_length.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@dwoz dwoz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mattLLVW Is it possible to add a test for this change?

@mattLLVW
Copy link
Contributor Author

It's a documentation change...?

Copy link
Contributor

@dwoz dwoz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mattLLVW My bad I took a glance and it looked like a code change. Approved.

@dwoz dwoz merged commit 8352362 into saltstack:2019.2 Apr 17, 2019
@mattLLVW mattLLVW deleted the fix_django_auth_docs branch April 17, 2019 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants