mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[1.7.x] Fixed #23761 -- Fixed crash with MySQL validator and db_type is None.
The issue was fixed on master in e9103402c0.
This commit is contained in:
@@ -51,8 +51,11 @@ Bugfixes
|
||||
(:ticket:`23420`).
|
||||
|
||||
* Fixed a migration serializing bug involving ``float("nan")`` and
|
||||
``float("inf")`` (:ticket:23770:).
|
||||
``float("inf")`` (:ticket:`23770`).
|
||||
|
||||
* Fixed a regression where custom form fields having a ``queryset`` attribute
|
||||
but no ``limit_choices_to`` could not be used in a
|
||||
:class:`~django.forms.ModelForm` (:ticket:`23795`).
|
||||
|
||||
* Fixed a custom field type validation error with MySQL backend when
|
||||
``db_type`` returned ``None`` (:ticket:`23761`).
|
||||
|
||||
Reference in New Issue
Block a user