mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressField.
This commit is contained in:
parent
2f698cd991
commit
4681d65048
3 changed files with 12 additions and 1 deletions
|
@ -24,3 +24,6 @@ Bugfixes
|
|||
|
||||
* Fixed a regression causing the cached template loader to crash when using
|
||||
template names starting with a dash (:ticket:`26536`).
|
||||
|
||||
* Restored conversion of an empty string to null when saving values of
|
||||
``GenericIPAddressField`` on SQLite and MySQL (:ticket:`26557`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue