- 17 Ock, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks jamesp for the draft patch.
-
- 28 Ara, 2013 2 kayıt (commit)
-
-
Tim Graham yazdı
-
ijl yazdı
Previously, only the URL path was included in the cache key. Thanks jamey for the suggestion.
-
- 30 Kas, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 25 Kas, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 23 Kas, 2013 2 kayıt (commit)
-
-
Curtis Maloney yazdı
Thanks Curtis Malony and Florian Apolloner. Squashed commit of the following: commit 3380495e93f5e81b80a251b03ddb0a80b17685f5 Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sat Nov 23 14:18:07 2013 +0100 Looked up the template_fragments cache at runtime. commit 905a74f52b24a198f802520ff06290a94dedc687 Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sat Nov 23 14:19:48 2013 +0100 Removed all uses of create_cache. Refactored the cache tests significantly. Made it safe to override the CACHES setting. commit 35e289fe9285feffed3c60657af9279a6a2cfccc Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sat Nov 23 12:23:57 2013 +0100 Removed create_cache function. commit 8e274f747a1f1c0c0e6c37873e29067f7fa022e8 Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sat Nov 23 12:04:52 2013 +0100 Updated docs to describe a simplified cache backend API. commit ee7eb0f73e6d4699edcf5d357dce715224525cf6 Author: Curtis Maloney <curtis@tinbrain.net> Date: Sat Oct 19 09:49:24 2013 +1100 Fixed #21012 -- Thread-local caches, like databases.
-
mlissner yazdı
-
- 07 Kas, 2013 1 kayıt (commit)
-
-
Jaap Roes yazdı
* Safer for use in multiprocess environments * Better random culling * Cache files use less disk space * Safer delete behavior Also fixed #15806, fixed #15825.
-
- 23 Eki, 2013 1 kayıt (commit)
-
-
Curtis Maloney yazdı
-
- 14 Eki, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Aymeric Augustin for the report and the documentation and Tim Graham for the review.
-
- 20 Eyl, 2013 1 kayıt (commit)
-
-
evildmp yazdı
-
- 18 Eyl, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks daniel.quattro at gmail.com for the report.
-
- 11 Eyl, 2013 2 kayıt (commit)
-
-
Tim Graham yazdı
Thanks EvilDMP for the report and Russell Keith-Magee for the draft text.
-
Kevin Christopher Henry yazdı
- Fixed some grammar and formatting mistakes - Added the type and default for CULL_FREQUENCY - Made the note on culling the entire cache more precise. (It's actually slower on the filesystem backend.)
-
- 06 Agu, 2013 1 kayıt (commit)
-
-
Leandro Regueiro yazdı
-
- 30 Tem, 2013 1 kayıt (commit)
-
-
Andrew Godwin yazdı
-
- 30 May, 2013 1 kayıt (commit)
-
-
Ramiro Morales yazdı
-
- 18 May, 2013 2 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Jacob Burch yazdı
Also, streamline the use of 0 and None between cache backends.
-
- 24 Şub, 2013 1 kayıt (commit)
-
-
Tomek Paczkowski yazdı
Introduced a public function django.core.cache.utils.make_template_fragment_key Thanks @chrismedrela for fruitful cooperation.
-
- 14 Şub, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 02 Ock, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
Added -n to sphinx builds to catch issues going forward.
-
- 29 Ara, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 25 Eyl, 2012 1 kayıt (commit)
-
-
Yohan Boniface yazdı
-
- 20 Eyl, 2012 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Ian Clelland yazdı
-
- 29 Agu, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
In all those occurrences, we didn't care about preserving the lazy status of the strings, but we really wanted to obtain a real bytestring.
-
- 07 Agu, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
* Renamed smart_unicode to smart_text (but kept the old name under Python 2 for backwards compatibility). * Renamed smart_str to smart_bytes. * Re-introduced smart_str as an alias for smart_text under Python 3 and smart_bytes under Python 2 (which is backwards compatible). Thus smart_str always returns a str objects. * Used the new smart_str in a few places where both Python 2 and 3 want a str.
-
- 18 Tem, 2012 1 kayıt (commit)
-
-
Mike Grouchy yazdı
Also removed the hasattr check when firing request_finished signal for caches with a 'close' method. Should be safe to call `cache.close` everywhere now
-
- 14 Haz, 2012 1 kayıt (commit)
-
-
Julian Bez yazdı
-
- 07 Haz, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Florian Apolloner for the patch.
-
- 18 Kas, 2011 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
For more information on this project, see this thread: http://groups.google.com/group/django-developers/browse_thread/thread/cf0423bbb85b1bbf git-svn-id: http://code.djangoproject.com/svn/django/trunk@17106 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 12 Kas, 2011 1 kayıt (commit)
-
-
Karen Tracey yazdı
Fix #17119: Update cache doc to match current implementation, which does (since r15705) cache pages with GET parameters. Thanks Vanni, poirier, and calvinspealman. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17090 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 01 Kas, 2011 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 22 Eki, 2011 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I18N/USE_L10N and the concepts of internationalization/localisation. Re moved some duplicate content. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17026 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 14 Eki, 2011 1 kayıt (commit)
-
-
Luke Plant yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 03 Eki, 2011 1 kayıt (commit)
-
-
Julien Phalip yazdı
Added some sphinx cross-reference links to the built-in template tags and filters in multiple areas of the documentation. Also fixed a few minor inconsistencies and did a little PEP8 cleanup while I was at it. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16922 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 21 Eyl, 2011 1 kayıt (commit)
-
-
Simon Meers yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16858 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 11 Eyl, 2011 1 kayıt (commit)
-
-
James Bennett yazdı
Fixed #16334: Make it quite clear that cache_page's 'cache' argument refers to the name of a cache in the CACHES setting. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16815 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 09 Eyl, 2011 1 kayıt (commit)
-
-
Gabriel Hurley yazdı
Fixed #16786 -- Minor cleanups in the memcached section of the caching topic guide. Thanks to jamesp for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16748 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-