• Anssi Kääriäinen's avatar
    Fixed #19197 -- fixed convert_values() for nullable numeric fields · 12a96bfa
    Anssi Kääriäinen yazdı
    Cleaned up the implementation of base convert_values() a little, and
    made sure it accepts None as a value for numeric fields.
    
    There are no tests attached. The reason is that not all of the
    convert_values() accept None as a value for numeric fields (for example
    sqlite3.convert_values()).
    
    The reason the base convert_values() needs to accept None is that this
    situation might arise in custom compilers for 3rd party backends. It
    is easy to keep the convert_values() working, so lets do that.
    12a96bfa
Adı
Son kayıt (commit)
Son güncelleme
.tx Loading commit data...
django Loading commit data...
docs Loading commit data...
extras Loading commit data...
scripts Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.rst Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...