Fix sublist output in README
parent
51f33b170b
commit
342780300f
|
|
@ -51,7 +51,6 @@ Features
|
||||||
* Filtering model types: ``instance_of(...)`` and ``not_instance_of(...)``
|
* Filtering model types: ``instance_of(...)`` and ``not_instance_of(...)``
|
||||||
* Combining querysets of different models (``qs3 = qs1 | qs2``)
|
* Combining querysets of different models (``qs3 = qs1 | qs2``)
|
||||||
* Support for custom user-defined managers.
|
* Support for custom user-defined managers.
|
||||||
|
|
||||||
* Uses the minumum amount of queries needed to fetch the inherited models.
|
* Uses the minumum amount of queries needed to fetch the inherited models.
|
||||||
* Disabling polymorphic behavior when needed.
|
* Disabling polymorphic behavior when needed.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue