- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 03 Şub, 2015 1 kayıt (commit)
-
-
darkryder yazdı
-
- 17 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 12 Ock, 2015 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 08 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
This reverts a change made in 40c60efe which was incorrect and caused CacheKeyWarnings.
-
- 30 Ara, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 28 Ara, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 08 Ara, 2014 1 kayıt (commit)
-
-
Jon Dufresne yazdı
-
- 06 Ara, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Diego Guimarãesi and Florian Apolloner.
-
- 01 Ara, 2014 1 kayıt (commit)
-
-
wrwrwr yazdı
-
- 13 Kas, 2014 1 kayıt (commit)
-
-
Michael Manfre yazdı
Default Memcached configuration allows for a maximum object of 1MB and will fail to set the key if it is too large. The key will be deleted from memcached if it fails to be set. This is needed to avoid an issue with cache_db session backend using the old value stored in memcached, instead of the newer value stored in the database.
-
- 03 Kas, 2014 2 kayıt (commit)
-
-
Thomas Chaumeny yazdı
-
Berker Peksag yazdı
-
- 22 Eki, 2014 1 kayıt (commit)
-
-
Loic Bistuer yazdı
Refs #23663.
-
- 19 Eki, 2014 1 kayıt (commit)
-
-
Loic Bistuer yazdı
`cache.tests.TestEtagWithAdmin` loaded views from the `admin_views` test package. This is problematic because when the `cache` test package is run in isolation, `admin_views` isn't in INSTALLED_APPS, and therefore loading its models isn't allowed since the app loading refactor.
-
- 28 Eyl, 2014 1 kayıt (commit)
-
-
Thomas Chaumeny yazdı
Thanks Collin Anderson for the review.
-
- 05 Eyl, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
This reverts commit 66757fee. Discussions have led to think that this functionality does not bring significant benefits to justify the added complexity. Read also discussions on ticket #22734.
-
- 30 Agu, 2014 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
This change is needed for upcoming changes where settings might be grouped in a parent dictionary. Thanks Tim Graham for the review.
-
- 23 Haz, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #17215.
-
- 16 Haz, 2014 1 kayıt (commit)
-
-
Vincent-Vega yazdı
-
- 09 May, 2014 2 kayıt (commit)
-
-
Claude Paroz yazdı
-
Malcolm Box yazdı
Refactored cache expiry logic for Locmemcache to make consistent across all places where accessed, and correctly handle None as expiry time.
-
- 23 Nis, 2014 1 kayıt (commit)
-
-
Malcolm Box yazdı
cache.add() incorrectly succeeded when there was an existing key with an infinite (None) timeout.
-
- 21 Nis, 2014 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
This is a security fix. Disclosure will follow shortly.
-
Aymeric Augustin yazdı
-
- 06 Nis, 2014 1 kayıt (commit)
-
-
Anubhav Joshi yazdı
-
- 22 Mar, 2014 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Fixed a test failure that appeared after 753a22a6, although the bug existed before that commit. Refs #22308.
-
- 21 Mar, 2014 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
Previously, when createcachetable and flush operated on non-default databases, they weren't atomic.
-
Tim Graham yazdı
refs #15201.
-
- 09 Mar, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Aymeric Augustin for the report.
-
- 05 Mar, 2014 1 kayıt (commit)
-
-
Baptiste Mispelon yazdı
3e25c8ac was an incomplete merge of the pull request. Thanks to @ramast for catching this.
-
- 04 Mar, 2014 2 kayıt (commit)
-
-
ramast yazdı
-
zedr yazdı
This feature allows the default `TIMEOUT` Cache argument to be set to `None`, so that cache instances can set a non-expiring key as the default, instead of using the default value of 5 minutes. Previously, this was possible only by passing `None` as an argument to the set() method of objects of type `BaseCache` (and subtypes).
-
- 03 Mar, 2014 1 kayıt (commit)
-
-
Rodolfo Carvalho yazdı
Thanks Piotr Kasprzyk for help with the patch.
-
- 08 Şub, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Zach Smith for the patch.
-
- 04 Şub, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Historically, the Django admin used to pass through the request from an unauthorized access to the login view directly. Now we are using a proper redirection, which is also preventing inadvertantly changing data when POSTing login data to an admin view when user is already authorized. Thanks Marc Tamlyn and Tim Graham for the reviews.
-
- 02 Şub, 2014 1 kayıt (commit)
-
-
Michael Manfre yazdı
This commit touchs various parts of the code base and test framework. Any found usage of opening a cursor for the sake of initializing a connection has been replaced with 'ensure_connection()'.
-
- 28 Ara, 2013 1 kayıt (commit)
-
-
ijl yazdı
Previously, only the URL path was included in the cache key. Thanks jamey for the suggestion.
-