django1/django/core
Andrew Godwin 7f3678dc4c Merge branch 'master' into schema-alteration
Conflicts:
	django/db/backends/__init__.py
	django/db/backends/mysql/base.py
	django/db/backends/oracle/base.py
	django/db/backends/oracle/creation.py
	django/db/backends/postgresql_psycopg2/base.py
	django/db/backends/sqlite3/base.py
	django/db/models/fields/related.py
2013-04-18 17:16:39 +01:00
..
cache Made atomic usable when autocommit is off. 2013-03-13 15:17:40 +01:00
files #18899 FileSystemStorage.save should support any file-like objects 2013-02-23 16:40:50 +01:00
handlers Fixed #20169 -- Ensured that the WSGI request's path is correctly based on the `SCRIPT_NAME` environment parameter or the `FORCE_SCRIPT_NAME` setting, regardless of whether or not those have a trailing slash. Thanks to bmispelon for the review. 2013-04-01 12:04:44 -07:00
mail Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
management Merge branch 'master' into schema-alteration 2013-04-18 17:16:39 +01:00
serializers Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures. 2013-03-30 11:59:50 +01:00
servers Fixed #18972 -- Refactored bundled wsgi server's chunking algorithm. 2013-03-20 18:46:26 -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 [py3] Made csrf context processor return Unicode 2012-08-13 11:54:21 +02:00
exceptions.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
paginator.py Paginator._get_page hook 2012-11-21 15:19:44 +13: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 #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
urlresolvers.py Fixed #13260 -- Quoted arguments interpolated in URLs in reverse. 2013-03-18 23:58:22 +01:00
validators.py Fixed #17051 -- Removed some 'invalid' field error messages 2013-03-14 17:03:43 +01:00
wsgi.py Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss. 2011-10-22 04:30:10 +00:00
xheaders.py Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`. 2013-02-05 04:16:07 -05:00