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

feat: can_allocate() implementation for assignment-based policies #249

Closed
wants to merge 1 commit into from

Conversation

iloveagent57
Copy link
Contributor

@iloveagent57 iloveagent57 commented Aug 29, 2023

@iloveagent57 iloveagent57 force-pushed the aed/can-allocate branch 3 times, most recently from 91532f9 to aff10e0 Compare August 30, 2023 14:42
@iloveagent57 iloveagent57 changed the title feat: start can_allocate() implementation feat: can_allocate() implementation for assignment-based policies Sep 8, 2023
@@ -25,7 +23,7 @@ class AssignmentPolicy(TimeStampedModel):
unique=True,
)
subsidy_access_policy = models.ForeignKey(
SubsidyAccessPolicy,
'subsidy_access_policy.SubsidyAccessPolicy',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

avoids circular import

@iloveagent57
Copy link
Contributor Author

Closing to try to correct a CI issue (possibly caching-related).

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.

1 participant