Skip to content

Commit 9889221

Browse files
authored
Clean up README formatting
1 parent fefad9f commit 9889221

File tree

1 file changed

+30
-17
lines changed

1 file changed

+30
-17
lines changed

README.rst

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
django-postgres-extra
2-
---------------------
1+
Django Postgres Extra
2+
=====================
33

44
================= ===================
55
**Quality** |QualityBadge|_
@@ -27,30 +27,43 @@ django-postgres-extra
2727

2828
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.
2929

30-
**Documentation**: http://django-postgres-extra.readthedocs.io
30+
Documentation
31+
-------------
32+
33+
* **ReadTheDocs HTML**
34+
35+
http://django-postgres-extra.readthedocs.io
36+
37+
* **Plain MarkDown**
38+
39+
https://github.com/SectorLabs/django-postgres-extra/tree/master/docs
3140

3241
Major features
3342
--------------
3443

35-
* Native upserts
36-
* Single query
37-
* Concurrency safe
38-
* With bulk support (single query)
44+
1. **Native upserts**
45+
46+
* Single query
47+
* Concurrency safe
48+
* With bulk support (single query)
49+
50+
2. **Extended support for ``HStoreField``**
51+
52+
* Unique constraints
53+
* Null constraints
54+
* Select individual keys using ``.values()`` or ``.values_list()``
55+
56+
3. **Extra signals**
3957

40-
* Extended support for ``HStoreField``
41-
* Unique constraints
42-
* Null constraints
43-
* Select individual keys using ``.values()`` or ``.values_list()``
58+
* Updates
4459

45-
* Extra signals
46-
* Updates
60+
4. **Extra expressions**
4761

48-
* Extra expressions
49-
* ``MIN`` and ``MAX`` for multiple value fields such as hstore and array.
62+
* ``MIN`` and ``MAX`` for multiple value fields such as hstore and array.
5063

51-
* Indexes
52-
* Custom indexes with conditions.
64+
5. **Indexes**
5365

66+
* Custom indexes with conditions.
5467

5568
Desired/future features
5669
-----------------------

0 commit comments

Comments
 (0)