Alasdair Nicol
|
919934602f
|
[1.6.x] Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value
Thanks to Collin Anderson for the suggestion and Tim Graham for
reviewing the patch.
Backport of 22c6497f99 from master
|
2013-08-15 20:33:02 -04:00 |
Claude Paroz
|
8c41bd93c2
|
Fixed #16737 -- Support non-ascii column names in inspectdb
Thanks moof at metamoof.net for the report.
|
2013-04-01 19:59:57 +02:00 |
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 |
Claude Paroz
|
51028f50b6
|
Fixed getting max_digits for MySQL decimal fields
Refs #5014.
|
2013-04-01 18:17:00 +02:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |