django1/django/core
zedr 6fe22b30e0 Fixed #22085 -- Added a feature for setting non-expiring keys as the default.
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).
2014-03-04 21:16:35 +01:00
..
cache Fixed #22085 -- Added a feature for setting non-expiring keys as the default. 2014-03-04 21:16:35 +01:00
checks Corrected expected test output to allow for cleanups in signal and compatibility checks. 2014-03-03 19:29:50 +08:00
files Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
handlers Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
mail Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
management Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
serializers Took advantage of the new get_model API. Refs #21702. 2014-01-26 13:08:05 +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 Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
urlresolvers.py Fixed #21435 -- Improved error message when urlconf is empty. 2014-02-22 15:36:49 +01:00
validators.py Fixed #22123 -- EmailValidator now also accepts IPv6 literals in addresses 2014-02-22 17:45:33 +01:00
wsgi.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00