1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/django
2005-10-12 04:14:21 +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 .hidden class to admin styles for future use. 2005-10-10 21:49:31 +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 #589 -- Added FilePathField. It's available as an ORM field and as a standalone field in django.core.formfields. Thanks, jay@skabber.com 2005-10-12 04:14:21 +00:00
middleware Fixed #599 -- locmem cache now uses deepcopy() to prevent aliasing. Thanks, Hugo 2005-10-10 13:56:39 +00:00
models
parts
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 Updated docs to reflect changes in [824] 2005-10-10 20:23:53 +00:00
__init__.py