Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shangxiao authored Jul 12, 2024
1 parent a9f24ed commit 0bf4d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion func_as_constraint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PlaceholderModel(models.Model):
]
```

Using a simple function we can create a `RawSQL` constraint defined in [../abusing_constraints](Having Fun with Constraints)
Using a simple function we can create a `RawSQL` constraint defined in [Having Fun with Constraints](../abusing_constraints/)

```python
def func_as_constraint(func_class):
Expand Down

0 comments on commit 0bf4d4c

Please sign in to comment.