1
0
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:
Mariusz Felisiak
2017-03-08 16:56:00 +01:00
committed by Tim Graham
parent af121b08e8
commit 94d8bea212
3 changed files with 18 additions and 6 deletions

View File

@@ -159,7 +159,8 @@ Internationalization
Management Commands
~~~~~~~~~~~~~~~~~~~
* ...
* :djadmin:`inspectdb` now translates MySQL's unsigned integer columns to
``PositiveIntegerField`` or ``PositiveSmallIntegerField``.
Migrations
~~~~~~~~~~