aboutsummaryrefslogtreecommitdiffstats
path: root/django/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made the project available in pypi. Involved moving files andCraig Jackson2011-12-131-181/+0
| | | | initializing a setup.py.
* Added checking for uploadingDev Box2010-11-081-1/+5
|
* [Nate]: open() now saves the file data into a StringIO object, w/ added ↵Nathan2010-11-031-1/+21
| | | | open() method.
* Fixed 'size' function for existing files.Nathan2010-11-031-3/+3
|
* Changed how vanity url works.jason2010-10-011-0/+2
|
* Fixed ascii str conversion in get_valid_nameroot2010-08-111-1/+1
|
* Fixed issue with non-ascii initial filenames.Nathan2010-08-111-1/+3
|
* added CxStorage class which hashes the filenameDev Server2010-07-141-0/+24
|
* - Added bug fix to amazonS3 filename generation method when there is aErik Johnson2010-01-191-1/+3
| | | | | | name collision. - Added optimization in bucket listing when checking for filename collision
* Put the hack backjason2010-01-071-1/+1
|
* Removed a hack that was breaking stuffjason2010-01-071-2/+8
|
* Initial commitjason2009-12-081-0/+121