django1/django
Jacob Kaplan-Moss 1510ca1a80 Fixed #227 -- the sqlite backend now correctly typecasts unicode objects to bytestrings (thanks hugo)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@383 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-01 21:49:57 +00:00
..
bin Added 'django-admin createsuperuser' and updated tutorial to use it instead of manually creating the user in the Python interactive prompt 2005-07-21 02:17:45 +00:00
conf Changed SEND_BROKEN_LINK_EMAILS from True to False in global_settings -- it was causing too much confusion with improperly configured/missing mail servers 2005-08-01 20:01:18 +00:00
contrib Fixed #180 -- Removed 'enctype' from FREE_COMMENT_FORM template in contrib.comments.templatetags 2005-08-01 20:07:31 +00:00
core Fixed #227 -- the sqlite backend now correctly typecasts unicode objects to bytestrings (thanks hugo) 2005-08-01 21:49:57 +00:00
middleware Fixed #159 -- Admin users no longer have to log in to go to the 'log out' page. Thanks, Manuzhai 2005-07-26 22:48:04 +00:00
models Refactored meta.py -- created a django.core.meta package, with init.py and fields.py 2005-08-01 21:29:52 +00:00
parts Changed many-to-many API to be get_FOO_list instead of get_FOOs 2005-07-14 03:17:09 +00:00
templatetags Refactored meta.py -- created a django.core.meta package, with init.py and fields.py 2005-08-01 21:29:52 +00:00
utils Refactored meta.py -- created a django.core.meta package, with init.py and fields.py 2005-08-01 21:29:52 +00:00
views Refactored meta.py -- created a django.core.meta package, with init.py and fields.py 2005-08-01 21:29:52 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00