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
22
22
Major features
23
23
--------------
24
24
* 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 ``.
26
27
* 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
29
31
* Support for custom join conditions.
30
32
31
33
Desired/future features
You can’t perform that action at this time.
0 commit comments