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

many_to_many_extras not working for ArrayReferenceField (djongo) #23

Open
nepAppHub opened this issue Jun 3, 2020 · 1 comment
Open
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@nepAppHub
Copy link

Model:
class Scholarship(models.Model):
name = models.CharField(max_length=30)

class Student(models.Model):
name = models.CharField(max_length=30)
rollno = models.CharField(max_length=30)
scholarships = models.ArrayReferenceField(Scholarship, on_delete=models.CASCADE)

@tOgg1 tOgg1 added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Sep 8, 2020
@tOgg1 tOgg1 self-assigned this Sep 8, 2020
@tOgg1 tOgg1 added this to the v0.8.0 milestone Sep 8, 2020
@tOgg1
Copy link
Owner

tOgg1 commented Sep 8, 2020

Noted. I'll try to get this fixed and released for 0.8.0.

@tOgg1 tOgg1 modified the milestones: v0.8.0, 0.9.0 Apr 22, 2021
@tOgg1 tOgg1 modified the milestones: v0.9.0, v1.0.0 Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants