mirror of
https://github.com/django/django.git
synced 2025-10-29 16:46:11 +00:00
Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4295 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -25,6 +25,5 @@ DATA_TYPES = {
|
||||
'SmallIntegerField': 'smallint',
|
||||
'TextField': 'text',
|
||||
'TimeField': 'time',
|
||||
'URLField': 'varchar(200)',
|
||||
'USStateField': 'varchar(2)',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user