Opened 6 years ago

Last modified 6 years ago

#29593 closed Bug

Removal of QUERY_TERMS is not in 2.1 "features removed" page — at Initial Version

Reported by: Ryan Verner Owned by: nobody
Component: Documentation Version: 2.1
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

django.db.models.sql.constants.QUERY_TERMS is removed in the upcoming 2.1;

https://github.com/django/django/commit/af69f14e7ba06bb7dee257ec02b885f4828c77ff

There is no mention of this in the release notes:
https://docs.djangoproject.com/en/2.1/releases/2.1/#features-removed-in-2-1

Lots of projects reference this, and will break when upgrading to 2.1 (Wagtail is one; I'm prepping a PR for them).
https://github.com/search?l=Python&q=from+django.db.models.sql.constants+import+QUERY_TERMS&type=Code

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top