django1/django/core
Adrian Holovaty 5c3d1ec163 Fixed #677 -- db.queries is now reset per request. Thanks, seancazzell
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-25 01:51:57 +00:00
..
db Added DATA_TYPES_REVERSE to ado_mssql backend 2005-10-18 14:33:32 +00:00
handlers Fixed #677 -- db.queries is now reset per request. Thanks, seancazzell 2005-10-25 01:51:57 +00:00
meta Fixed #681 -- get_in_bulk no longer assumes PK fields are called id. Also added unit tests to confirm. Thanks, Jeremy Dunck 2005-10-22 21:18:53 +00:00
servers Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middleware. See BackwardsIncompatibleChanges for a full list of changes and information on how to update your code. 2005-10-19 01:09:05 +00:00
template Fixed #687 -- Fixed bug in floatformat template filter and added unit tests. Thanks, Sune 2005-10-25 01:44:14 +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 #599 -- locmem cache now uses deepcopy() to prevent aliasing. Thanks, Hugo 2005-10-10 13:56:39 +00:00
exceptions.py Moved django.core.handler.ImproperlyConfigured into django.core.exceptions 2005-07-16 22:12:24 +00:00
extensions.py Fixed #626 -- Moved template modules to django.core.template package. django.core.template_loader is deprecated, in favor of django.core.template.loader. 2005-10-14 20:10:13 +00:00
formfields.py Fixed #589 -- Added FilePathField. It's available as an ORM field and as a standalone field in django.core.formfields. Thanks, jay@skabber.com 2005-10-12 04:14:21 +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 Added 'django-admin.py installperms' command 2005-10-23 22:43:24 +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 #626 -- Moved template modules to django.core.template package. django.core.template_loader is deprecated, in favor of django.core.template.loader. 2005-10-14 20:10:13 +00:00
template_loader.py Fixed #626 -- Moved template modules to django.core.template package. django.core.template_loader is deprecated, in favor of django.core.template.loader. 2005-10-14 20:10:13 +00:00
urlresolvers.py Fixed #537 -- Fixed typo in [718]. Thanks, Esaj 2005-09-29 14:59:49 +00:00
validators.py Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune 2005-10-20 04:20:52 +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