..
cache
Fixed #22606 -- Locmemcache has_key() failed for infinite cache expiry
2014-05-09 18:35:07 +02:00
checks
Harmonized some PEP 0263 coding preambles
2014-05-15 19:58:41 +02:00
files
Removed executeable bit from a few files.
2014-05-25 23:16:40 +02:00
handlers
Dropped fix_IE_for_vary/attach.
2014-05-14 10:19:48 +02:00
mail
Fixed #22327 -- Turned BaseEmailBackend into a context manager
2014-03-31 14:08:51 -04:00
management
Fixed #22699 -- Configure default settings in some management commands.
2014-05-27 21:43:52 +02:00
serializers
Removed some unnecessary exception naming; thanks claudep.
2014-05-18 17:42:03 -04:00
servers
Moved ServerHandler helper class to tests.
2014-03-30 20:55:40 -03: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
Corrected many style guide violations that the newest version of flake8 catches
2014-03-30 12:11:05 -07:00
urlresolvers.py
Fixed #21157 -- Fixed problems with ResolverMatch
2014-04-23 20:12:34 -04:00
validators.py
Fixed #22579 -- Corrected validation for email to reject trailing slash
2014-05-16 15:13:11 +02:00
wsgi.py
Stopped populating the app registry as a side effect.
2013-12-30 22:11:17 +01:00