lp:~gary-wilson/django/cache-reorg

Created by Gary Wilson and last modified

A re-organization of the cache code to put it all in one package instead of scattered throughout the tree.

Django ticket:
http://code.djangoproject.com/ticket/3445

Home page: http://code.djangoproject.com/ticket/3445

Get this branch:
bzr branch lp:~gary-wilson/django/cache-reorg
Only Gary Wilson can upload to this branch. If you are Gary Wilson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Gary Wilson
Project:
Django
Status:
Experimental

Recent revisions

3789. By Gary Wilson

Merged upstream changes.

3788. By Gary Wilson

Moved all cache code to a single cache package.

3787. By Gary Wilson

Code changes reflecting new locations of cache code.

3786. By gwilson

Fixed #5257 -- Fixed typo in tutorial from [6006]. Thanks, Collin Grady.

3785. By gwilson

Fixed #3184 -- Changed the `unordered_list` template filter to use a more simple format, while maintaining backwards compatibility with the old format. `unordered_list` now works with a simple list of items. Thanks for the patch, SmileyChris.

3784. By adrian

Added note to docs/django-admin.txt section on 'testserver' that the server does not detect changes to Python code

3783. By adrian

Fixed #348 -- Fixed bug in admin JavaScript filter interface. Thanks for the patch, Gary Wilson

3782. By adrian

Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer touch tables that Django is not aware of (tables that are not in INSTALLED_APPS and/or do not have associated models. Thanks for bringing this up, <email address hidden>

3781. By adrian

Changed postgresql and postgresql_psycopg2 backends NOT to do a SELECT version() for every connection, which was ludicrous. Now the version is only retrieved if it needs to be, via a lazy loader.

3780. By adrian

Removed incorrect link that slipped in docs/db-api.txt in [6010]

This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.