Django models `EmailField` default is empty string - Not `None` (or Null) . Why ?

2021-06-13 Thread Carlos Leite
Yesterday I realized that, Django email field default value is not "Null" actually is an empty string ("") - Although I'm not code often, I was surprised. I wrote some tests for a model where an `emailfield` was supposed to be `null=False`. But during the tests, it didn't raise an Exception (wh

Re: new to open source contribution

2019-12-02 Thread Carlos Leite (cadu)
Hi Satish, there is a list just for that : django-core-mentors...@googlegroups.com ask anything about start to contributing to django , people are there for it. You will be welcome Em sexta-feira, 29 de novembro de 2019 09:41:13 UTC-3, Shruti Satish escreveu: > > i am new to open source an

Re: FOR template tag improvement

2011-03-29 Thread Carlos Leite
url or another object_list etc... And I believe, templates are not made to have any logic inside. -- ______    Carlos Leite    www.znc.com.br __ -- You received this message because you are subscribed to the Google Groups "Django developers" gr