django1/django/core
Malcolm Box 8a090c21f1 [1.7.x] Fixed #22606 -- Locmemcache has_key() failed for infinite cache expiry
Refactored cache expiry logic for Locmemcache to make consistent across
all places where accessed, and correctly handle None as expiry time.
Backport of 66880e4cd from master.
2014-05-09 19:47:43 +02:00
..
cache [1.7.x] Fixed #22606 -- Locmemcache has_key() failed for infinite cache expiry 2014-05-09 19:47:43 +02:00
checks [1.7.x] Fixed #22454 - Changed compatibility warning hint 2014-04-17 20:42:04 -04:00
files [1.7.x] Fixed #22337: FileSystemStorage marked as deconstructible and tested. 2014-05-06 22:24:39 -07:00
handlers Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
mail Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
management [1.7.x] Removed unused imports in makemigrations 2014-05-08 19:40:48 +02:00
serializers Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
servers Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
context_processors.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
exceptions.py Trigger AttributeError in ValidationError.message_dict when error_dict is missing. 2013-12-07 23:01:28 +07:00
paginator.py Fixed #19938 -- Consumed iterator only once in paginator's Page 2013-05-25 16:27:26 +02:00
signals.py Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster. 2008-08-06 15:32:46 +00:00
signing.py [1.7.x] Corrected many style guide violations that the newest version of flake8 catches 2014-04-21 07:50:43 -04:00
urlresolvers.py [1.7.x] Fixed #22486 -- Restored the ability to reverse views created using functools.partial. 2014-04-23 08:49:53 -04:00
validators.py [1.7.x] Fixed #22588 -- Fix RegexValidator __eq__ 2014-05-07 19:28:42 +01:00
wsgi.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00