django1/django/db/models/fields
Adrian Holovaty 2e042f33e3 Changed database Field formfield() methods to take arbitrary kwargs, which are passed directly into the given Field constructor
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4389 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-22 06:32:14 +00:00
..
__init__.py Changed database Field formfield() methods to take arbitrary kwargs, which are passed directly into the given Field constructor 2007-01-22 06:32:14 +00:00
generic.py Copied django.forms to django.oldforms and changed all code to reference django.oldforms instead of django.forms. Updated docs/forms.txt to add 'Forwards-compatibility' section that says you should not be using django.oldforms for any new projects. 2006-12-15 18:00:50 +00:00
related.py Changed database Field formfield() methods to take arbitrary kwargs, which are passed directly into the given Field constructor 2007-01-22 06:32:14 +00:00