django1/django
Adrian Holovaty ceecf0f7de Fixed #874 -- Changed debug views to use text/html mime-type instead of DEFAULT_CONTENT_TYPE. Thanks, Sune
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1351 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-22 14:22:02 +00:00
..
bin Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tests to confirm. Thanks, Robin Munn and Sune. 2005-11-14 01:44:35 +00:00
conf fixes #869 - updated 'sk' translation 2005-11-21 22:34:24 +00:00
contrib Fixed bug for OneToOneFields in the admin -- the manipulator_validator_unique wasn't doing the correct lookup 2005-11-21 01:39:18 +00:00
core Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Thanks, rjwittams 2005-11-22 05:44:04 +00:00
middleware Added SESSION_SAVE_EVERY_REQUEST setting. 2005-11-20 17:16:13 +00:00
models Fixed #273 -- BACKWARDS-INCOMPATIBLE CHANGE -- Changed auth.User.password field to add support for other password encryption algorithms. Renamed password_md5 to password and changed field length from 32 to 128. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for upgrade information 2005-11-21 03:33:22 +00:00
parts Fixed #796 -- Gave AnonymousUser a has_module_perms method. 2005-11-15 14:43:56 +00:00
templatetags added missing docstring to the blocktrans template tag 2005-11-15 13:51:31 +00:00
utils fixes #753 - ValidationError and CriticalValidationError now accept both strings and promises from gettext_lazy 2005-11-21 10:41:54 +00:00
views Fixed #874 -- Changed debug views to use text/html mime-type instead of DEFAULT_CONTENT_TYPE. Thanks, Sune 2005-11-22 14:22:02 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00