| Home | Trees | Indices | Help |
|
|---|
|
|
1 # Copyright (c) 2007-2009 The PyAMF Project.
2 # See LICENSE.txt for details.
3
4 """
5 C{django.db.models.fields} adapter module.
6
7 @see: U{Django Project<http://www.djangoproject.com>}
8 @since: 0.4
9 """
10
11 from django.db.models import fields
12
13 import pyamf
14
15
21
22
23 pyamf.add_type(lambda x: x is fields.NOT_PROVIDED, convert_NOT_PROVIDED)
24
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Sep 7 23:17:52 2009 | http://epydoc.sourceforge.net |