django1/django
Adrian Holovaty 3aa1276bff Fixed #453 -- 'django-admin install' now does model validation before installation. Lightly refactored django.core.management to add a get_validation_errors() function, which validate() wraps.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-02 18:38:23 +00:00
..
bin Fixed spacing bug in '--help' output of django-admin 2005-09-02 18:23:42 +00:00
conf Modified admin styles to make headers and buttons readable with images off. 2005-08-18 22:27:27 +00:00
contrib Fixed bug in contrib comment_form template tag when hard-coded object IDs are used 2005-09-01 03:06:47 +00:00
core Fixed #453 -- 'django-admin install' now does model validation before installation. Lightly refactored django.core.management to add a get_validation_errors() function, which validate() wraps. 2005-09-02 18:38:23 +00:00
middleware Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Thanks, sune.kirkeby@gmail.com 2005-08-31 16:27:59 +00:00
models Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
parts Fixed small bug in parts.auth.formfields.AuthenticationForm 2005-08-16 23:16:55 +00:00
templatetags Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
utils Refactored the HttpResponse subclasses a tiny bit to use args and kwargs instead of hard-coded init() params 2005-09-01 05:01:47 +00:00
views Fixed display bug in admin when deleting an object that has a OneToOneField 2005-08-30 17:03:15 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00