reorganize docs into sections for easier navigation part 1
This commit is contained in:
@ -701,5 +701,5 @@ assert owner.toys[1].name == "Toy 1"
|
||||
Something like `Track.object.select_related("album").filter(album__name="Malibu").offset(1).limit(1).all()`
|
||||
|
||||
|
||||
[models]: ./models.md
|
||||
[relations]: ./relations.md
|
||||
[models]: ./models/index.md
|
||||
[relations]: ./relations/index.md
|
||||
Reference in New Issue
Block a user