1
0
mirror of https://github.com/django/django.git synced 2024-12-29 12:36:08 +00:00
django/django
2005-10-09 00:37:56 +00:00
..
bin Fixed #357 -- Added a '--pythonpath' option to django-admin. Thanks for the patch, Hugo 2005-10-06 17:22:23 +00:00
conf Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_TYPE and DEFAULT_CHARSET. Thanks, Maniac. 2005-10-06 02:27:08 +00:00
contrib Converted load_and_render() calls to render_to_response() because of [664]. 2005-09-22 22:26:56 +00:00
core Fixed #473 -- Added a MysqlDebugWrapper to use for MySQL with DEBUG=True. It displays more informative error messages for MySQL warnings. Thanks for the patch, mlambert@gmail.com 2005-10-08 21:00:25 +00:00
middleware Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_TYPE and DEFAULT_CHARSET. Thanks, Maniac. 2005-10-06 02:27:08 +00:00
models Fixed metasystem bug when using get_related_many_to_many() method with a custom-named primary key. Thanks, stane 2005-09-13 03:48:06 +00:00
parts Fixed small bug in parts.auth.formfields.AuthenticationForm 2005-08-16 23:16:55 +00:00
templatetags Fixed #550 -- Default admin template now checks user permissions, hiding apps/modules/actions for which the user doesn't have permissions. Thanks, Jason Huggins 2005-09-25 19:08:44 +00:00
utils Moved vary decorators from django.utils.cache to django.views.decorators.vary 2005-10-09 00:37:56 +00:00
views Moved vary decorators from django.utils.cache to django.views.decorators.vary 2005-10-09 00:37:56 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00