#5361: Support pluggable backends for FileField
------------------------------------------------------------+---------------
Reporter: Marty Alchin <[EMAIL PROTECTED]> | Owner:
Gulopine
Status: new | Milestone:
1.0 beta
Component: Database wrapper | Version:
SVN
Resolution: | Keywords:
Stage: Accepted | Has_patch: 1
Needs_docs: 1 | Needs_tests: 0
Needs_better_patch: 1 |
------------------------------------------------------------+---------------
Comment (by david):
The S3 storage had been updated: http://code.larlet.fr/django-
storages/rev/5851d7eadb31 (not far from a complete rewrite :-)) and tests
copied from modeltests.files.models pass with the new version. There is no
support for chuncked files yet.
There is just an additional '''self.size = len(data)''' in
core.files.remote.!RemoteFile.!__init!__() which could be added by
default? Otherwise I need to write an S3RemoteFile class just for this
line.
--
Ticket URL: <http://code.djangoproject.com/ticket/5361#comment:72>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---