Skip to content

Commit

Permalink
[2.2.x] Refs #31682 -- Doc'd minimal sqlparse version in Django 2.2.
Browse files Browse the repository at this point in the history
Support for sqlparse < 0.2.2 was broken in
40b0a58 because is_whitespace property
was added in sqlparse 0.2.2.

Backport of 4339f2a from master.
  • Loading branch information
felixxm committed Jun 10, 2020
1 parent cdad78e commit 9ecce34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releases/2.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ change shouldn't have an impact on your tests unless you've customized
``sqlparse`` is required dependency
-----------------------------------

To simplify a few parts of Django's database handling, `sqlparse
To simplify a few parts of Django's database handling, `sqlparse 0.2.2+
<https://pypi.org/project/sqlparse/>`_ is now a required dependency. It's
automatically installed along with Django.

Expand Down

0 comments on commit 9ecce34

Please sign in to comment.