Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joke2k committed Mar 16, 2020
1 parent 144b9b7 commit dc2d281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ See https://perishablepress.com/stop-using-unsafe-characters-in-urls/ for refere
Smart Casting
~~~~~~~~~~~~~

django-environ has a "Smart-casting" enabled by default, if you don't provide a `cast` type, it will be detected from `default` type.
django-environ has a "Smart-casting" enabled by default, if you don't provide a ``cast`` type, it will be detected from ``default`` type.
This could raise side effects (see `#192 <https://github.com/joke2k/django-environ/issues/192>`_).
To disable it use `env.smart_caset = False`.
To disable it use ``env.smart_caset = False``.
New major release will disable it as default.


Expand Down

0 comments on commit dc2d281

Please sign in to comment.