Fix sublist output in README

fix_request_path_info
Tony Narlock 2017-07-06 17:26:20 -05:00 committed by Jerome Leclanche
parent 51f33b170b
commit 342780300f
1 changed files with 5 additions and 6 deletions

View File

@ -46,12 +46,11 @@ Features
* Full admin integration. * Full admin integration.
* ORM integration: * ORM integration:
* support for ForeignKey, ManyToManyField, OneToOneField descriptors. * support for ForeignKey, ManyToManyField, OneToOneField descriptors.
* Filtering/ordering of inherited models (``ArtProject___artist``). * Filtering/ordering of inherited models (``ArtProject___artist``).
* 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.