django1/django/core
Adrian Holovaty 07889c13a6 Fixed #1 -- Added anonymous session support via middleware and request.session. Removed the former request.session, which wasn't being used anyway. Removed auth.Session model. See the BackwardsIncompatibleChanges wiki page for IMPORTANT notes on code you'll have to change and a DB table you'll have to create.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@518 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-16 22:54:05 +00:00
..
db Fixed #321 -- Undid [494], which assumed the installed version of MySQLdb had a 'cursors.CursorNW'. Thanks for being consistent, MySQLdb. This opens #316 again. 2005-08-15 00:50:31 +00:00
handlers Fixed #1 -- Added anonymous session support via middleware and request.session. Removed the former request.session, which wasn't being used anyway. Removed auth.Session model. See the BackwardsIncompatibleChanges wiki page for IMPORTANT notes on code you'll have to change and a DB table you'll have to create. 2005-08-16 22:54:05 +00:00
meta Small formatting change to validation error in [516], to be consistent with other validation errors. 2005-08-16 18:28:00 +00:00
servers Moved django.core.handlers.wsgi.AdminMediaHandler to django.core.servers.basehttp. Makes more sense to have it in there, because its only use is for the development server. 2005-08-12 04:16:29 +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 #299 -- Slugify no longer removes hyphens. Thanks, gch@cs.cmu.edu 2005-08-10 15:40:14 +00:00
defaulttags.py Fixed #311 -- Small change to docstring. Thanks, rmunn 2005-08-15 00:53:18 +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 Improved model validator to validate 'choices' for a field 2005-08-15 19:00:50 +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