Skip to content

Commit f304d4d

Browse files
committed
Clean up sections in index.md
1 parent 60498a8 commit f304d4d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# django-postgres-extra
2-
3-
django-postgres-extra aims to make all of PostgreSQL's awesome features available through the Django ORM. We do this by taking care of all the hassle. As opposed to the many small packages that are available to try to bring a single feature to Django with minimal effort. django-postgres-extra goes the extra mile, with well tested implementations, seamless migrations and much more.
1+
`django-postgres-extra` aims to make all of PostgreSQL's awesome features available through the Django ORM. We do this by taking care of all the hassle. As opposed to the many small packages that are available to try to bring a single feature to Django with minimal effort. django-postgres-extra goes the extra mile, with well tested implementations, seamless migrations and much more.
42

53
With seamless we mean that any features we add will work truly seamlessly. You should not have to manually modify your migrations to work with fields and objects provided by this package.
64

7-
## PostgreSQL features
5+
## Features
86
Explore the [Features](/features/) page for detailed instructions and information on how to use all features.
97

108
* [hstore](/features/#hstorefield)

0 commit comments

Comments
 (0)