From 76a23cca0acb1c273212e5720f7e9d5f5bc6d3e1 Mon Sep 17 00:00:00 2001 From: Akash Date: Tue, 3 Oct 2023 20:24:01 +0530 Subject: [PATCH] Added content in features-list --- README.md | 1 + docs/intro.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index cf07c34..82a8573 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A Jupyter notebook with access to objects from the Django ORM is a powerful tool - Easy ipython notebooks with Django - Built-in integration with the imported objects from django-extensions - Inheritance diagrams on any object, including ORM models +- Converts any Django QuerySet to Pandas Dataframe ## Installation diff --git a/docs/intro.md b/docs/intro.md index b2771d9..46cad30 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -7,6 +7,7 @@ A Jupyter notebook with access to objects from the Django ORM is a powerful tool - Easy ipython notebooks with Django - Built-in integration with the imported objects from django-extensions - Inheritance diagrams on any object, including ORM models +- Converts any Django QuerySet to Pandas Dataframe ```{tableofcontents} ```