django1/django/core
Claude Paroz 4b4524291a Converted test management command to argparse
Keeping backwards compatibility with test_runner.option_list is
tricky and would imply transforming an optparse.Option to an
argparse.Action. I choose to introduce a backwards incompatible
change because it only affects testing, not runtime behavior.
2014-06-14 13:43:39 +02:00
..
cache Fixed #22606 -- Locmemcache has_key() failed for infinite cache expiry 2014-05-09 18:35:07 +02:00
checks Fixed #22477 -- Removed contrib middleware from the global settings defaults. 2014-06-13 12:45:56 -04:00
files Made the vendored NamedTemporaryFile work as a context manager. Refs #22680. 2014-06-12 08:07:34 +07:00
handlers Fixed #22680 -- I/O operation on closed file. 2014-06-11 08:57:30 +02:00
mail Fixed several typos in Django 2014-05-28 17:39:14 -07:00
management Converted test management command to argparse 2014-06-14 13:43:39 +02:00
serializers Fixed several typos in Django 2014-05-28 17:39:14 -07:00
servers Fixed #21773 -- made daemon threads default in the development server. 2014-06-05 12:26:24 -04: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 #22384 -- Deprecated reversing URLs by dotted path. 2014-06-03 07:30:14 -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