django/tests/inspectdb
Claude Paroz dcf563071f Fixed #5014 -- Guessed max_digits and decimal_places for SQLite
Decimal is treated as float on SQLite, hence inspectdb can only
guess max_digits and decimal_places arguments.
2013-04-01 18:32:57 +02:00
..
__init__.py
models.py
tests.py Fixed #5014 -- Guessed max_digits and decimal_places for SQLite 2013-04-01 18:32:57 +02:00