File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ def update(the_query)
158158def update_modified(subject, modified=datetime.datetime.now())
159159` ` `
160160
161- > Executes a SPARQL query to update the modification date of the given subject URI (string).
161+ > (DEPRECATED) Executes a SPARQL query to update the modification date of the given subject URI (string).
162162> The default date is now.
163163
164164<a id="escape_helpers.sparql_escape_string"></a>
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ def update(the_query):
144144
145145
146146def update_modified (subject , modified = datetime .datetime .now ()):
147- """Executes a SPARQL query to update the modification date of the given subject URI (string).
147+ """(DEPRECATED) Executes a SPARQL query to update the modification date of the given subject URI (string).
148148 The default date is now."""
149149 query = " WITH <%s> " % MU_APPLICATION_GRAPH
150150 query += " DELETE {"
You can’t perform that action at this time.
0 commit comments