Lev-Echad / levechad-backend

LevEchad's website repository
https://live.levechad.org/client
MIT License
6 stars 4 forks source link

change long CharFields in models to TextFields #33

Open EtayLivne opened 4 years ago

EtayLivne commented 4 years ago

several charfields have max length in the thousands - it is better practice to define these as textfields, or put more severe limitations on length.

itay-sho commented 4 years ago

image reference from Django docs that mentions that TextFields are intended to be used on large text fields