django1/django/core
Adrian Holovaty abe7fb8173 Fixed #413 -- get_file_url() for FileFields now uses proper slashes on Windows. Thanks, Adam Endicott
git-svn-id: http://code.djangoproject.com/svn/django/trunk@579 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-31 16:22:07 +00:00
..
db Fixed #350 -- 'offset' DB API parameter now works in MySQL 3. Tests from [540] pass. Thanks, ronan@cremin.com 2005-08-19 21:51:14 +00:00
handlers Changed 'coding error' and 'database error' e-mails to include request.path in subject 2005-08-25 00:50:01 +00:00
meta Fixed #413 -- get_file_url() for FileFields now uses proper slashes on Windows. Thanks, Adam Endicott 2005-08-31 16:22:07 +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 Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
defaultfilters.py Fixed #371 -- Fixed bug in 'random' template filter. Thanks, Boffbowsh 2005-08-19 14:59:09 +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 Fixed #132 -- thanks anonymous user 2005-07-21 14:01:17 +00:00
formfields.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +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 Changed django-admin.py inspectdb to output new-style model syntax 2005-08-26 04:06:18 +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 Small change to docstring in django.core.template 2005-08-09 22:43:34 +00:00
template_file.py Improved TemplateDoesNotExist error message in django.core.template_file 2005-07-19 04:40:57 +00:00
template_loader.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
urlresolvers.py Refactored django.core.urlresolvers a tiny bit 2005-08-10 22:20:18 +00:00
validators.py Fixed #275 -- Bug in validators.RequiredIfOtherFieldsGiven. Thanks, jhernandez 2005-08-05 15:41:58 +00:00
xheaders.py Changed mentions of CMS to Django in django.core xheaders and exceptions 2005-07-15 16:52:08 +00:00