django1/django/core
Adrian Holovaty cb628c0cb7 Changed django.core.management to remove a couple of hard-coded slashes from os.path.join calls. Thanks, Stuart Langridge
git-svn-id: http://code.djangoproject.com/svn/django/trunk@789 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-06 14:30:35 +00:00
..
db Fixed #553 -- Added django.core.meta.fields.Field.get_internal_type() hook, for creating custom meta.Field subclasses. Thanks, wojtek3 2005-09-28 23:08:47 +00:00
handlers Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_TYPE and DEFAULT_CHARSET. Thanks, Maniac. 2005-10-06 02:27:08 +00:00
meta Fixed #553 -- Added django.core.meta.fields.Field.get_internal_type() hook, for creating custom meta.Field subclasses. Thanks, wojtek3 2005-09-28 23:08:47 +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 Quick bug fix to [699] - fixes #515. 2005-09-26 16:30:14 +00:00
defaultfilters.py Fixed #539 -- Added support for strides to 'slice' template filter, and made the code more efficient. Thanks, Esaj 2005-09-23 00:12:24 +00:00
defaulttags.py Fixed #295 - added {{{forloop.revcounter}}} and {{{forloop.revcounter0}}} variables to for loops. Also updated the docs and added unit tests to verify correct behavior. Thanks, Clint. 2005-09-29 23:34:29 +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.extensions get_object_or_404 and get_list_or_404 2005-09-23 21:40:04 +00:00
formfields.py Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_TYPE and DEFAULT_CHARSET. Thanks, Maniac. 2005-10-06 02:27:08 +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 Added EMAIL_SUBJECT_PREFIX setting so you can customize the "[Django]" prefix 2005-09-27 16:32:21 +00:00
management.py Changed django.core.management to remove a couple of hard-coded slashes from os.path.join calls. Thanks, Stuart Langridge 2005-10-06 14:30:35 +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 Fixed #447 - the RSS framework can now output pub dates 2005-09-30 13:58:30 +00:00
template.py Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_TYPE and DEFAULT_CHARSET. Thanks, Maniac. 2005-10-06 02:27:08 +00:00
template_file.py Changed django.core.template_file to use absolute import for 'template' module 2005-09-29 15:06:53 +00:00
template_loader.py Fixed #546 - render_to_string and render_to_response may now take lists of templates and use select_template instead of get_template. Thanks, hugo 2005-09-29 13:26:49 +00:00
urlresolvers.py Fixed #537 -- Fixed typo in [718]. Thanks, Esaj 2005-09-29 14:59:49 +00:00
validators.py Moved JING from django.core.validators into settings where it belongs. Fixes #568. 2005-09-27 16:34:10 +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