Skip to content

Commit

Permalink
Fix typo in configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tijani-Dia authored Oct 25, 2023
1 parent 17402ab commit b600d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ DJ_TRACKER = {

## `TRACK_ATTRIBUTES_ACCESSED`

`dj-tracker` patches the `__getattribute__` method on tracked models to provide hints on using `values` or `values_list` when it detects that no model attribute or method was accessed except the fields fetched from the database. This add an overhead to avery attribute access. To disable this feature, set this setting to `False`. It's enabled by default.
`dj-tracker` patches the `__getattribute__` method on tracked models to provide hints on using `values` or `values_list` when it detects that no model attribute or method was accessed except the fields fetched from the database. This add an overhead to every attribute access. To disable this feature, set this setting to `False`. It's enabled by default.

```python
DJ_TRACKER = {
Expand Down

0 comments on commit b600d7d

Please sign in to comment.