1
0
mirror of https://github.com/django/django.git synced 2024-12-29 12:36:08 +00:00
django/django
2005-10-04 18:05:37 +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 Changed default JING_PATH setting to be something that might actually be useful. 2005-10-04 18:05:37 +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 #447 - the RSS framework can now output pub dates 2005-09-30 13:58:30 +00:00
middleware Added request.session.delete_test_cookie() 2005-09-23 01:28:44 +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 #567 -- Added HttpRequest.has_key() method. Thanks, wojtek3@brandlay.com 2005-09-27 16:33:25 +00:00
views Fixed #541 - generic views now may take a {{{template_loader}}} argument so they can use a different template loader than Django's own. Thanks, Joao. 2005-09-29 23:16:29 +00:00
__init__.py