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
Adrian Holovaty
b4e2d12b1f
Fixed
#599
-- locmem cache now uses deepcopy() to prevent aliasing. Thanks, Hugo
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@821
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-10 13:56:39 +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
Added CACHE_MIDDLEWARE_KEY_PREFIX to global_settings
2005-10-09 01:02:19 +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
#599
-- locmem cache now uses deepcopy() to prevent aliasing. Thanks, Hugo
2005-10-10 13:56:39 +00:00
middleware
Fixed
#599
-- locmem cache now uses deepcopy() to prevent aliasing. Thanks, Hugo
2005-10-10 13:56:39 +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
#600
-- decorator_from_middleware now handles process_view. Thanks, Hugo
2005-10-10 13:51:58 +00:00
views
Fixed
#580
-- Added mega support for generating Vary headers, including some view decorators, and changed the CacheMiddleware to account for the Vary header. Also added GZipMiddleware and ConditionalGetMiddleware, which are no longer handled by CacheMiddleware itself. Also updated the cache.txt and middleware.txt docs. Thanks to Hugo and Sune for the excellent patches
2005-10-09 00:55:08 +00:00
__init__.py
Imported Django from private SVN repository (created from r. 8825)
2005-07-13 01:25:57 +00:00