You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# django-range-merge
2
2
3
-
Enables the range_merge Aggregate for Django on Postgres. It should only be used with Django projects using the Postgres database.
3
+
Enables the `range_merge` Aggregate for Django on Postgres. It should only be used with Django projects using the Postgres database. See [Postgres docs on Range Functions](https://www.postgresql.org/docs/14/functions-range.html#RANGE-FUNCTIONS-TABLE).
4
4
5
-
Note: This app is still a work-in-progress, but *should* be functional. Tests have not yet been implemented.
5
+
Note: This app is still a work-in-progress, but currently works. Tests have not yet been implemented.
0 commit comments