Skip to content

Commit

Permalink
Remove XMLField reference
Browse files Browse the repository at this point in the history
  • Loading branch information
aburgel committed Sep 12, 2012
1 parent 552d1ca commit 1e55b1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion djangotoolbox/db/creation.py
Expand Up @@ -45,7 +45,6 @@ class NonrelDatabaseCreation(BaseDatabaseCreation):
'TextField': 'string', 'TextField': 'string',
'TimeField': 'time', 'TimeField': 'time',
'URLField': 'string', 'URLField': 'string',
'XMLField': 'string',


# You may use "list" for SetField, or even DictField and # You may use "list" for SetField, or even DictField and
# EmbeddedModelField (if your database supports nested lists). # EmbeddedModelField (if your database supports nested lists).
Expand Down

0 comments on commit 1e55b1c

Please sign in to comment.