summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index 1c26193456..4592d8b76d 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -159,7 +159,8 @@ Internationalization
Management Commands
~~~~~~~~~~~~~~~~~~~
-* ...
+* :djadmin:`inspectdb` now translates MySQL's unsigned integer columns to
+ ``PositiveIntegerField`` or ``PositiveSmallIntegerField``.
Migrations
~~~~~~~~~~