django1/django
Adrian Holovaty 68c0742008 Fixed #468 -- Model classes now get an accessor method to get the human-readable value for each field that has 'choices' set. Thanks, Robert
git-svn-id: http://code.djangoproject.com/svn/django/trunk@687 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-25 20:36:05 +00:00
..
bin Fixed spacing bug in '--help' output of django-admin 2005-09-02 18:23:42 +00:00
conf 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
contrib Converted load_and_render() calls to render_to_response() because of [664]. 2005-09-22 22:26:56 +00:00
core Fixed #468 -- Model classes now get an accessor method to get the human-readable value for each field that has 'choices' set. Thanks, Robert 2005-09-25 20:36:05 +00:00
middleware Added request.session.delete_test_cookie() 2005-09-23 01:28:44 +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 Added "locmem" and "file" cache backends. "locmem" is a thread-safe local-memory cache, and "file" is a file-based cache. 2005-09-25 20:01:35 +00:00
views Fixed #428 -- added a "static pages" view. Note that this view should only be used for testing! 2005-09-25 18:45:01 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00