summaryrefslogtreecommitdiff
path: root/django/forms
AgeCommit message (Collapse)Author
2006-04-28magic-removal: Fixed negligible indentation errors.Luke Plant
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2771 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-23magic-removal: Fixed #1536 -- FilePathField with recursive=True no longer ↵Adrian Holovaty
loses subdirectory. Thanks, Andy Dustman git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2731 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-08magic-removal: fixed #1330: edit-inline works again on magic-removal. Note ↵Jacob Kaplan-Moss
that the API will change *substantailly* before we're done (for example, this reintroduces core fields, which suck) but this at least gives us a place to start with. Many many thanks for Christopher Lenz, my new hero. git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2502 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-28magic-removal: Fixed #1172, Datetime fields in admin interface shouldn't be ↵Duncan Foster
cleared for validation errors. Simply return the bad data. git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2446 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-28magic-removal: Merged to [2427]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2428 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-17magic-removal: Merged to [2323]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2324 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-16magic-removal: changed explicit settings import to qualified settings import ↵Georg Bauer
in django.forms git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1989 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-13magic-removal: Moved django.core.formfields to django.forms and updated ↵Joseph Kocherhans
references. Also fixed #1222. git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1956 bcc190cf-cafb-0310-a4f2-bffc1f526a37