File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,12 @@ Browse the documentation at: http://django-postgres-extra.readthedocs.io
2222Major 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
3133Desired/future features
You can’t perform that action at this time.
0 commit comments