flake8
passed.
JSHint
passed.
Review Request #12214 — Created March 28, 2022 and submitted
Django Evolution has supported
Meta.indexes
and theIndex
object for
a while, but lacked an assortment of features present since Django 2.0.
These include:
db_tablespace
(Django 2.0+)condition
(Django 2.2+)opclasses
(Django 2.2+)expressions
(Django 3.2+)include
(Django 3.2+)This change introduces support for all of these features, allowing them
to evolve successfully.
Unit tests pass on all supported versions of Python, Django, and all
databases.
Summary | ID | |
---|---|---|
4dadac54cd98f678ee19cd66aeb8a9f80dd10dbe | ||
f36ce955500de4b8c8a594b1a3d5d6ceac5466ad |
Revision 2 (+1840 -132)
Fixed the version number in
Version Added
to be2.2
instead of2.3
.
Summary | ID | |
---|---|---|
f36ce955500de4b8c8a594b1a3d5d6ceac5466ad | ||
f672bdb1d20edd24ebe409b56eb72c34e72318b0 |
Revision 3 (+1840 -132)