Commit 783ced6
docs: Add 2.1 settings and update migration guide for fetch() compatibility (#145)
* docs: Add DataJoint 2.1 settings to configuration reference
- Add database.backend (DJ_BACKEND) for PostgreSQL support (new in 2.1)
- Add DJ_USE_TLS env var support (new in 2.1)
- Add display.diagram_direction (DJ_DIAGRAM_DIRECTION) (new in 2.1)
- Update port to show auto-detection (3306/5432)
- Add Environment column to Display Settings table
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* docs: note that fetch() remains available with deprecation warning
- Add note after Query API Changes table
- Update AI agent prompt to say 'recommended' instead of 'always convert'
- Update verification checklist to allow intentionally kept fetch() calls
- Note that download_path parameter is not supported
* docs: remove incorrect note about download_path not being supported
download_path works via config context in the new approach
* docs: Add Aeon platform to publications list
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 249f133 commit 783ced6
File tree
3 files changed
+24
-10
lines changed- src
- about
- how-to
- reference
3 files changed
+24
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| 248 | + | |
| 249 | + | |
248 | 250 | | |
249 | 251 | | |
250 | 252 | | |
| |||
1437 | 1439 | | |
1438 | 1440 | | |
1439 | 1441 | | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
1440 | 1445 | | |
1441 | 1446 | | |
1442 | 1447 | | |
| |||
1486 | 1491 | | |
1487 | 1492 | | |
1488 | 1493 | | |
1489 | | - | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
1490 | 1499 | | |
1491 | 1500 | | |
| 1501 | + | |
1492 | 1502 | | |
1493 | 1503 | | |
1494 | 1504 | | |
| |||
1588 | 1598 | | |
1589 | 1599 | | |
1590 | 1600 | | |
1591 | | - | |
| 1601 | + | |
1592 | 1602 | | |
1593 | 1603 | | |
1594 | 1604 | | |
| |||
1732 | 1742 | | |
1733 | 1743 | | |
1734 | 1744 | | |
1735 | | - | |
| 1745 | + | |
1736 | 1746 | | |
1737 | 1747 | | |
1738 | 1748 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| |||
0 commit comments