mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24365 -- Made inspectdb translate MySQL unsigned integer columns to positive integer fields.
This commit is contained in:
committed by
Tim Graham
parent
af121b08e8
commit
94d8bea212
@@ -159,7 +159,8 @@ Internationalization
|
||||
Management Commands
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
* :djadmin:`inspectdb` now translates MySQL's unsigned integer columns to
|
||||
``PositiveIntegerField`` or ``PositiveSmallIntegerField``.
|
||||
|
||||
Migrations
|
||||
~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user