Skip to content

Commit 57c5d84

Browse files
authored
[deps] Dropped python 3.9
Updated docs formatting to fix QA checks.
1 parent 38ee442 commit 57c5d84

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python-version:
21-
- "3.9"
2221
- "3.10"
2322
- "3.11"
2423
- "3.12"
@@ -28,11 +27,6 @@ jobs:
2827
- django~=5.1.0
2928
- django~=5.2.0
3029
exclude:
31-
# Django 5.1+ requires Python >=3.10
32-
- python-version: "3.9"
33-
django-version: django~=5.1.0
34-
- python-version: "3.9"
35-
django-version: django~=5.2.0
3630
# Python 3.13 supported only in Django >=5.1.3
3731
- python-version: "3.13"
3832
django-version: django~=4.2.0

docs/user/rest-api.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Accounting
297297
/api/v1/freeradius/accounting/
298298
299299
GET
300-
...
300+
^^^
301301

302302
Returns a list of accounting objects
303303

@@ -338,7 +338,7 @@ Returns a list of accounting objects
338338
]
339339
340340
POST
341-
....
341+
^^^^
342342

343343
Add or update accounting information (start, interim-update, stop); does
344344
not return any JSON response so that freeradius will avoid processing the
@@ -374,7 +374,7 @@ framed_ip_address framed IP address
374374
===================== =====================
375375

376376
Pagination
377-
''''''''''
377+
""""""""""
378378

379379
Pagination is provided using a Link header pagination. Check `here for
380380
more information about traversing with pagination
@@ -397,7 +397,7 @@ more information about traversing with pagination
397397
parameter.
398398

399399
Filters
400-
'''''''
400+
"""""""
401401

402402
The JSON objects returned using the GET endpoint can be filtered/queried
403403
using specific parameters.
@@ -490,7 +490,7 @@ is disabled for a particular org, an empty string will be acceptable.
490490
.. _radius_registering_to_multiple_organizations:
491491

492492
Registering to Multiple Organizations
493-
.....................................
493+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
494494

495495
An **HTTP 409** response will be returned if an existing user tries to
496496
register on a URL of a different organization (because the account already

0 commit comments

Comments
 (0)