mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2025-06-21 05:23:19 +03:00
Fix typo in README.md
acheive should be achieve.
This commit is contained in:
parent
792ff9c056
commit
c2b9733085
|
@ -708,7 +708,7 @@ In our projects, we format the errors like that:
|
||||||
|
|
||||||
If we raise a `ValidationError`, then field is optional.
|
If we raise a `ValidationError`, then field is optional.
|
||||||
|
|
||||||
In order to acheive that, we implement a custom exception handler:
|
In order to achieve that, we implement a custom exception handler:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from rest_framework.views import exception_handler
|
from rest_framework.views import exception_handler
|
||||||
|
|
Loading…
Reference in New Issue
Block a user