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

Fixed #25226 -- Set the model attribute on the base_field in ArrayField #5104

Closed
wants to merge 1 commit into from

Conversation

delinhabit
Copy link
Contributor

ArrayField doesn't set the model attribute on the base_field, causing check framework backend specific checks to fail for #5084

@delinhabit
Copy link
Contributor Author

@timgraham The fix for ArrayField was quite trivial. I din't create a ticket yet for it in Trac. Should I do that? (re: #5084)

@timgraham
Copy link
Member

Yes please. Only typos or trivial refactorings may be merged without a ticket.

@delinhabit
Copy link
Contributor Author

Sure. I'll do that.

@delinhabit
Copy link
Contributor Author

Linking the Trac ticket here: https://code.djangoproject.com/ticket/25226

@timgraham timgraham changed the title Set the model attribute on the base_field in ArrayField Fixed #25226 -- Set the model attribute on the base_field in ArrayField Aug 5, 2015
@timgraham
Copy link
Member

merged in 5208021, thanks!

@timgraham timgraham closed this Aug 5, 2015
adamchainz pushed a commit to adamchainz/django-mysql that referenced this pull request Aug 18, 2015
…and the way the `check` tests were done on fields.

As exposed by django/django#5084 ; copying fix as per django/django#5104
adamchainz pushed a commit to adamchainz/django-mysql that referenced this pull request Aug 19, 2015
…and the way the `check` tests were done on fields.

As exposed by django/django#5084 ; copying fix as per django/django#5104
adamchainz pushed a commit to adamchainz/django-mysql that referenced this pull request Aug 19, 2015
…and the way the `check` tests were done on fields.

As exposed by django/django#5084 ; copying fix as per django/django#5104
adamchainz pushed a commit to adamchainz/django-mysql that referenced this pull request Aug 19, 2015
…and the way the `check` tests were done on fields.

As exposed by django/django#5084 ; copying fix as per django/django#5104
jellaDolphin added a commit to jellaDolphin/django-mysql that referenced this pull request Mar 24, 2022
…and the way the `check` tests were done on fields.

As exposed by django/django#5084 ; copying fix as per django/django#5104
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.

2 participants