Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: 1506c71a95cd7f58fbc6363edf2ef742c58d2487
https://github.com/django/django/commit/1506c71a95cd7f58fbc6363edf2ef742c58d2487
Author: Simon Charette <
chare...@gmail.com>
Date: 2014-03-25 (Tue, 25 Mar 2014)
Changed paths:
M django/db/backends/__init__.py
M django/db/backends/mysql/base.py
M django/db/backends/oracle/base.py
M django/db/backends/sqlite3/base.py
M django/db/models/fields/__init__.py
M docs/releases/1.7.txt
M tests/model_fields/models.py
M tests/model_fields/tests.py
Log Message:
-----------
Fixed #12030 -- Validate integer field range at the model level.
Thanks to @timgraham for the review.