1
0
mirror of https://github.com/django/django.git synced 2025-01-13 03:47:26 +00:00
django/django
Luke Plant dbcd2fe985 Fixed #2045 - TypeError thrown if a form does not have the correct enctype for uploading
files.  It throws a ValidationError now, as it should.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3048 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-01 20:47:34 +00:00
..
bin
conf Added note to default manage.py that a 'missing settings.py' message may be caused by an ImportError in the settings file 2006-05-30 02:47:33 +00:00
contrib Negligible spacing change to admin/templates/admin/field_line.html 2006-06-01 03:37:59 +00:00
core Fixed #2045 - TypeError thrown if a form does not have the correct enctype for uploading 2006-06-01 20:47:34 +00:00
db Fixed #2061 -- Fixed PostgreSQL index introspection in tables that have dropped columns. Thanks, Chris Chamberlin 2006-06-01 16:27:41 +00:00
dispatch
forms Fixed #2045 - TypeError thrown if a form does not have the correct enctype for uploading 2006-06-01 20:47:34 +00:00
http
middleware
shortcuts Added *args to get_list_or_404, too (refs #2048). 2006-05-31 12:36:01 +00:00
template Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django.conf.settings.configure() to set settings manually if you don't have a settings module. Thanks, Malcolm Tredinnick, Luke Plant, Fredrik Lundh 2006-05-16 21:28:06 +00:00
templatetags
utils Fixed #2052 -- Fixed some threading issues for FreeBSD. Thanks, scott@clued-in.co.uk 2006-06-01 04:57:10 +00:00
views Fixed #697 -- Added make_object_list parameter to archive_year generic view. Thanks, jhf@hex.no 2006-06-01 04:21:26 +00:00
__init__.py