summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2007-02-11Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.Malcolm Tredinnick
2007-02-11Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...Russell Keith-Magee
2007-01-27Fixed a flaw in the serializers that prevented OneToOneFields being serialize...Russell Keith-Magee
2007-01-25Fixed #3299 -- Added 'site' to the list of INVALID_PROJECT_NAMES and improved...Adrian Holovaty
2007-01-12Fixed #3290: DummyCache now conforms to the BaseCache interface correctly. Th...Jacob Kaplan-Moss
2006-12-26Fixed #3187 -- Django will now look for the root URLconf as an attribute of t...Jacob Kaplan-Moss
2006-12-07Changed Flup (FastCGI) backend to set debug=False, to turn off tracebacks in ...Adrian Holovaty
2006-11-29Fixed #2924 -- Development server no longer spins on an empty form post. Bug ...Adrian Holovaty
2006-11-28Fixed small bug in 'The view ____ didn't return an HttpResponse object' messa...Adrian Holovaty
2006-11-26Fixed #3057 -- Improved wsgi backend to tolerate empty string in CONTENT_LENG...Adrian Holovaty
2006-11-23Fixed #3057 -- Fixed typo in [4091]. Thanks for the heads-up, Barry PedersonAdrian Holovaty
2006-11-23Fixed #3057 -- Changed WSGI handler not to expect CONTENT_LENGTH. Thanks for ...Adrian Holovaty
2006-11-23Fixed bug in [3786]. django/core/xheaders.py no longer assumes request.user e...Adrian Holovaty
2006-11-10Fixed bug in [4058], in django/core/mail.py. Thanks, Igor GoryachevAdrian Holovaty
2006-11-10Fixed #3007 -- Fixed Python 2.4-ism from [4051] in django/core/mail.py. Also ...Adrian Holovaty
2006-11-07Formatting fixes from the past round of checkinsAdrian Holovaty
2006-11-07Fixed #2991: Added Message-ID header to messages sent from Django. Thanks, Gr...Jacob Kaplan-Moss
2006-11-07Fixed #2875: made urlresolvers.get_mod_func() deal with non-qualified callbac...Jacob Kaplan-Moss
2006-11-07Fixed #2894: XML deserializer now correctly handles null primary keys.Jacob Kaplan-Moss
2006-11-07Fixed #2921: deserialization no longer failes on NULL primary keys. Thanks, ...Jacob Kaplan-Moss
2006-11-07Fixed #2701: Added "fields" argument to serializers.serialize. Thanks, Deryck.Jacob Kaplan-Moss
2006-11-07Fixed #2575: ObjectPaginator now accepts a "orphans" option to prevent pages ...Jacob Kaplan-Moss
2006-11-07Fixed #2452: comments can now be put within initial SQL files. Thanks, Pawel...Jacob Kaplan-Moss
2006-11-07Fixed #2364: added NumberIsInRange validator. Thanks, Matt McClanahan.Jacob Kaplan-Moss
2006-11-07Fixed #2934: greatly improved the accuracy if the isExistingURL check. Also ...Jacob Kaplan-Moss
2006-11-07Fixed $2973: added minspare/maxspare/maxchildren options to runfcgi. Thanks,...Jacob Kaplan-Moss
2006-10-31Fixes #2969 -- Added maxRequests option for FCGI servers. Thanks, Michael Rad...Russell Keith-Magee
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-10-27Fixed #2956 -- Made 'django-admin.py startproject' tolerant of filesystem arr...Adrian Holovaty
2006-10-25Reverted [3919] because it requires mod_python 3.2.10+Adrian Holovaty
2006-10-24Fixed #2932 -- Added more details to the warning message in 'manage.py reset'...Adrian Holovaty
2006-10-24Fixed #2865 -- Reverted [3866] (problem with mod_python SERVER_PORTAdrian Holovaty
2006-10-24Changed django.core.handlers.modpython ModPythonRequest.is_secure() to use re...Adrian Holovaty
2006-10-09Made the !NoReverseMatch exception fail silently within templates (so that mo...Jacob Kaplan-Moss
2006-10-09Fixed problem with debug message arguments.Russell Keith-Magee
2006-10-03Modified sql_index function names to match pattern established by initial_dat...Russell Keith-Magee
2006-10-03Refs #1828 -- Added creation of indexes as a step in syncdb. This is an inter...Russell Keith-Magee
2006-10-03Cleaned up and clarified some log messages and docstrings.Russell Keith-Magee
2006-10-03Factored out per-model index generation code.Russell Keith-Magee
2006-10-03Modified the default verbosity to be 1 (normal), and added some syncdb messag...Russell Keith-Magee
2006-10-03Added ability to use --noinput flag for application reset.Russell Keith-Magee
2006-10-03Altered the order of arguments to the test function to match common practice ...Russell Keith-Magee
2006-09-28Folded BaseHandler.get_technical_error_response() into BaseHandler.get_respon...Adrian Holovaty
2006-09-28Folded BaseHandler.get_friendly_error_response() into BaseHandler.get_respons...Adrian Holovaty
2006-09-28Removed ENABLE_PSYCO setting. If you still need to use this, write custom mid...Adrian Holovaty
2006-09-28Folded django.core.handlers.modpython.populate_apache_request into ModPythonH...Adrian Holovaty
2006-09-28Changed BaseHandler.get_response() to take a single parameter (an HttpRequest...Adrian Holovaty
2006-09-27Fixed Python 2.3 compatibility problem in [3872].Malcolm Tredinnick
2006-09-27Reintroduced the changes from [3855] with more flexible handling of versionMalcolm Tredinnick
2006-09-26Fixed #2827 -- Reverted [3855]Adrian Holovaty