> I'd like to see a patch that > aliased "simple" to "locmem" and raised a DeprecationWarning. We'll > then remove simple in 1.0.
Done: http://code.djangoproject.com/ticket/6086 > > * Should the "file" backend's _file_for_key method be rewritten to use > > hashes instead of cleaned-up strings? It fails to correctly handle an > > empty string, which is a valid string and dictionary key otherwise. > > Yes - hashes are better. Even better would be to do a bit of > subdirectory creation based on hashes to prevent problems on > filesystems that don't like millions of files in the same directory. > Something like "6f/1e/d002ab5595859014ebf0951522d9.pickle" or > whatever. We've got a patch in progress for this, which we will either attach to #6086 or to a new ticket which we'll add a pointer to from #6086. Thanks for the quick assessment! pb --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---