django1/django/core
Adrian Holovaty 36f1aef5ff Fixed #927 -- Non-integer primary keys save() method now works
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-09 01:46:14 +00:00
..
db reverted changes from [1534] and [1536] regarding ticket #966 2005-12-04 18:54:44 +00:00
handlers Moved Apache auth handler to django/contrib/auth/handlers/modpython.py 2005-11-30 01:14:23 +00:00
meta Fixed #927 -- Non-integer primary keys save() method now works 2005-12-09 01:46:14 +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 #962 -- Gave filter-registration decorator a return statement. Thanks, Kieran 2005-11-30 00:08:56 +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 #763 -- cache system now catches OSError for os.remove() call. Thanks, Eugene 2005-11-10 16:37:45 +00:00
exceptions.py Moved django.core.handler.ImproperlyConfigured into django.core.exceptions 2005-07-16 22:12:24 +00:00
extensions.py Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: this means that the i18n branch is now obsolete and will be made read-only. 2005-11-04 04:59:46 +00:00
formfields.py Fixed error in raw_id_admin on ManyToManyFields caused by [1434] -- they weren't working. 2005-11-29 05:22:51 +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 conf/project_template/manage.py, which is a light wrapper around django-admin.py that gets installed in each project with 'startproject'. It takes care of the PYTHONPATH and DJANGO_SETTINGS_MODULE business automatically. 2005-12-06 05:53:31 +00:00
paginator.py Fixed a legacy ordering_tuple --> order_by renaming in core.paginator 2005-07-22 05:11:37 +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 #878 -- URLconf regex captures no longer have to be named groups. Old URLconfs (with named groups) still work. This is backwards-incompatible if you've defined custom middleware with a process_view function. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges 2005-11-27 22:08:51 +00:00
validators.py Fixed #1009 -- Fixed small typo in HasAllowableSize validator. Thanks, bsoltani 2005-12-07 05:13:18 +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