Skip to content

Commit 08f966c

Browse files
committed
Fix RestructuredText syntax errors in README
1 parent 823facb commit 08f966c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ Browse the documentation at: http://django-postgres-extra.readthedocs.io
2222
Major features
2323
--------------
2424
* Single query, concurrency safe upserts, or safely ignoring a duplicate insert.
25-
* Unique and not null constraints for `HStoreField`.
25+
* https://www.postgresql.org/docs/9.5/static/sql-insert.html#SQL-ON-CONFLICT
26+
* Unique and not null constraints for ``HStoreField``.
2627
* Signals for updates.
27-
* Support for selecting individual hstore keys using `.values()` or `.values_list()`.
28-
* Support for `MIN` and `MAX`.
28+
* Support for selecting individual hstore keys using ``.values()`` or ``.values_list()``.
29+
* Support for ``MIN`` and ``MAX``.
30+
* https://www.postgresql.org/docs/8.0/static/functions-aggregate.html
2931
* Support for custom join conditions.
3032

3133
Desired/future features

0 commit comments

Comments
 (0)