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: docs/changelog.rst
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,14 @@ CHANGELOG
19
19
* It is recommended to upgrade your OS to Ubuntu 22.04 or 24.04, and PostgreSQL to version 14 minimum. Or to externalize your database on another server with the desired PostgreSQL version.
20
20
* Due to the regeneration of pgRouting's network topology, the database migration to this version might take several minutes.
21
21
22
-
**Developers**
23
-
24
-
* For developers, you need to upgrade your database. ``make flush`` can help you to drop your docker database volume, and recreate a fresh install of geotrek-admin.
25
-
* By using this command, you will lose local data.
26
-
27
22
**Improvements**
28
23
29
24
* Add new parameter: ``PGROUTING_TOLERANCE``, which corresponds to pgrouting's tolerance for disconnected edges in the graph
30
25
* Add a ``--flush`` option to the ``generate_pgr_network_topology`` command to reset the graph before regenerating it
31
26
* Add a ``--append`` option to the ``loaddem`` command to allow adding DEM data to an existing DEM.
32
27
* Allow manager to self assign a report (refs #4627)
33
28
* Allow report reassignment (refs #4624)
29
+
* Related report status now auto-updates to “Planned” when intervention status is set to “To be verified”, “Requested”, or “Planned” (refs #4633)
34
30
35
31
**Bug fixes**
36
32
@@ -40,9 +36,10 @@ CHANGELOG
40
36
41
37
* Upgrade to Django 5.2 LTS
42
38
43
-
**Improvements**
39
+
**Developers**
44
40
45
-
- Related report status now auto-updates to “Planned” when intervention status is set to “To be verified”, “Requested”, or “Planned” (refs #4633)
41
+
* For developers, you need to upgrade your database. ``make flush`` can help you to drop your docker database volume, and recreate a fresh install of geotrek-admin.
42
+
* By using this command, you will lose local data.
0 commit comments