django1/django/core
Adrian Holovaty 62f036d67d Added django.core.template_loader.render_to_string and django.core.extensions.render_to_response. django.core.extensions.load_and_render is deprecated in favor of render_to_response.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@664 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-22 14:57:05 +00:00
..
db Fixed #491 -- Non-user connections are now supported for PostgreSQL. Thanks, jafo@tummy.com 2005-09-19 01:23:03 +00:00
handlers Fixed #481 -- Added all other HTTP status codes to WSGI backend. Thanks, eugene 2005-09-13 03:21:44 +00:00
meta Fixed "unique" validator for fields with relations. 2005-09-15 16:54:46 +00:00
servers Fixed #349 -- Fixed bug in development server admin media on Windows. Thanks, ibatugow@gmail.com 2005-08-29 21:48:32 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
cache.py Fixed #392 -- Fixed bug in memcache setup if arguments are given. Thanks, adrian@exoweb.net 2005-09-01 23:09:48 +00:00
defaultfilters.py Fixed #446 -- Fixed bug in yesno template filter. Thanks, Hugo 2005-09-01 02:22:46 +00:00
defaulttags.py Fixed #256 and #334 -- Added {% ifequal %} template tag. Also, {% ifequal %} and {% ifnotequal %} now both accept an optional {% else %} clause. Unit tests included. 2005-08-29 21:11:41 +00:00
exceptions.py Moved django.core.handler.ImproperlyConfigured into django.core.exceptions 2005-07-16 22:12:24 +00:00
extensions.py Added django.core.template_loader.render_to_string and django.core.extensions.render_to_response. django.core.extensions.load_and_render is deprecated in favor of render_to_response. 2005-09-22 14:57:05 +00:00
formfields.py Removed utils.text.fix_microsoft_characters, which didn't actually do anything. Refs #467. 2005-09-13 03:28:34 +00:00
handler.py Added WSGI support. Created core.handlers package. Moved ALL mod_python-specific code to django.core.handlers.modpython. Note that django.core.handler is still a valid mod_python handler but IS DEPRECATED. Use django.core.handlers.modpython, instead. 2005-07-18 06:30:26 +00:00
mail.py Changed django.core.mail to use [Django] prefix instead of [CMS] 2005-07-15 16:47:19 +00:00
management.py Improved model validator so that it validates admin.list_display values 2005-09-20 02:48:25 +00:00
paginator.py Fixed a legacy ordering_tuple --> order_by renaming in core.paginator 2005-07-22 05:11:37 +00:00
rss.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
template.py Fixed mutable-argument bug in template.Context init. Thanks, Luke 2005-09-17 23:06:16 +00:00
template_file.py Fixed #500 -- Created a TEMPLATE_FILE_EXTENSION setting that lets you override the default '.html' if you want to use a different extension (or none at all) for templates 2005-09-14 01:24:36 +00:00
template_loader.py Added django.core.template_loader.render_to_string and django.core.extensions.render_to_response. django.core.extensions.load_and_render is deprecated in favor of render_to_response. 2005-09-22 14:57:05 +00:00
urlresolvers.py Refactored django.core.urlresolvers a tiny bit 2005-08-10 22:20:18 +00:00
validators.py Added django.core.validators.isValidHTML 2005-09-22 14:51:57 +00:00
xheaders.py Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Thanks, sune.kirkeby@gmail.com 2005-08-31 16:27:59 +00:00