django1/django/conf
Jacob Kaplan-Moss d725cc9734 Fixed #2070: refactored Django's file upload capabilities.
A description of the new features can be found in the new [http://www.djangoproject.com/documentation/upload_handing/ upload handling documentation]; the executive summary is that Django will now happily handle uploads of large files without issues.

This changes the representation of uploaded files from dictionaries to bona fide objects; see BackwardsIncompatibleChanges for details.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-01 15:10:51 +00:00
..
app_template MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
locale Closes #7562, Updated Macedonian (mk) translation. Thanks Georgi Stanojevski. 2008-06-30 08:02:46 +00:00
project_template Fixed #6431 -- Fixed misspelling in projects template settings file, thanks Daniel Lindsley. 2008-01-28 05:40:57 +00:00
urls Fixed #6354 -- Fixed url in `django/conf/urls/shortcut.py` to work with non-integer primary keys (refs #2033) and made use of the URL file in the admin urls. 2008-01-28 05:36:44 +00:00
__init__.py Changed the ImportError message from [6832] to improve wording 2007-12-19 03:31:26 +00:00
global_settings.py Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +00:00