diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2007-01-08 20:28:31 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2007-01-08 20:28:31 +0000 |
| commit | f6390e8983dd364053078cc80361cb369b667690 (patch) | |
| tree | d9b08b1d10bebf56eea75e9dac9c3466978d5d61 /django/db/backends/postgresql/creation.py | |
| parent | 0421b2597f35e421245c689ac8f1c7f1a455dd6b (diff) | |
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
Diffstat (limited to 'django/db/backends/postgresql/creation.py')
| -rw-r--r-- | django/db/backends/postgresql/creation.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/backends/postgresql/creation.py b/django/db/backends/postgresql/creation.py index 65a804ec40..6c130f368e 100644 --- a/django/db/backends/postgresql/creation.py +++ b/django/db/backends/postgresql/creation.py @@ -25,6 +25,5 @@ DATA_TYPES = { 'SmallIntegerField': 'smallint', 'TextField': 'text', 'TimeField': 'time', - 'URLField': 'varchar(200)', 'USStateField': 'varchar(2)', } |
