This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
django
History
Jacob Kaplan-Moss
152d437305
Fixed
#546
- render_to_string and render_to_response may now take lists of templates and use select_template instead of get_template. Thanks, hugo
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@717
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-29 13:26:49 +00:00
..
bin
Added a database-backed cache backend, along with a tool in django-admin to
2005-09-25 22:03:30 +00:00
conf
Fixed
#106
- "Add another" now correctly works in IE - thanks, Paolo
2005-09-29 13:02:34 +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
#546
- render_to_string and render_to_response may now take lists of templates and use select_template instead of get_template. Thanks, hugo
2005-09-29 13:26:49 +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
Fixed
#567
-- Added HttpRequest.has_key() method. Thanks, wojtek3@brandlay.com
2005-09-27 16:33:25 +00:00
views
Fixed
#573
-- Added 'Add another' link to many-to-many fields in admin. Thanks, hp@syntomax.com
2005-09-29 03:19:14 +00:00
__init__.py
Imported Django from private SVN repository (created from r. 8825)
2005-07-13 01:25:57 +00:00