Skip to content

Commit

Permalink
Rename 'master' branch to 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
millerdev committed Jan 2, 2025
1 parent b7cdbec commit 6bbfdcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,6 @@ prevent SQL injection attacks.
A few more advanced techniques as well as example query results can be found
in the tests:

- [`test_cte.py`](https://github.com/dimagi/django-cte/blob/master/tests/test_cte.py)
- [`test_recursive.py`](https://github.com/dimagi/django-cte/blob/master/tests/test_recursive.py)
- [`test_raw.py`](https://github.com/dimagi/django-cte/blob/master/tests/test_raw.py)
- [`test_cte.py`](https://github.com/dimagi/django-cte/blob/main/tests/test_cte.py)
- [`test_recursive.py`](https://github.com/dimagi/django-cte/blob/main/tests/test_recursive.py)
- [`test_raw.py`](https://github.com/dimagi/django-cte/blob/main/tests/test_raw.py)

0 comments on commit 6bbfdcf

Please sign in to comment.