ES-DOC / esdoc-questionnaire

ES-DOC Questionnaire (webform generator for creating CIM Documents). POC: @allynt
Other
2 stars 1 forks source link

Figure out why "makemigrations" consistently thinks certain fields have changed. #455

Open allynt opened 8 years ago

allynt commented 8 years ago

WHO: @allynt

Figure out why "makemigrations" consistently thinks certain fields have changed. Each time I migrate the db the "makemigrations" fn insists that I have changed certain existing fields (such as "name") when I have not.

This does not affect the program, but it is annoying.

allynt commented 7 years ago

It is b/c of my custom validators. Not sure how to fix it yet; Might just leave as "wontfix" until Django itself addresses this problem.