Justin Bronn <jbronn@geodjango.org> [Wed, 01 Apr 2009 13:05:19 -0500] rev 530
Merged w/trunk up to r10333. This will probably be the last commit to this repo because all important functionality here has been merged into trunk.
jacob [Wed, 01 Apr 2009 12:05:19 -0500] rev 529
[svn r10333] Fixed #9644: fix a thread sync issue in the locmem cache. Thanks, mrts.
jacob [Wed, 01 Apr 2009 12:02:32 -0500] rev 528
[svn r10332] Fixed #10460: the logout view can now redirect like the rest of the auth views. Thanks, chronos and steingrd.
jacob [Wed, 01 Apr 2009 11:43:01 -0500] rev 527
[svn r10331] Fixed #10106: added is_active to user admin's list_display.
jacob [Wed, 01 Apr 2009 11:37:48 -0500] rev 526
[svn r10330] Fixed #9881: Added the to the login view context, not just the site's name. Thanks, nessita.
jacob [Wed, 01 Apr 2009 11:17:38 -0500] rev 525
[svn r10328] Fixed #9474: user_passes_test may now be applied multiple times.
jbronn [Wed, 01 Apr 2009 11:06:22 -0500] rev 524
[svn r10327] Forgot to include the SpatiaLite test SQL files.
jbronn [Wed, 01 Apr 2009 11:01:50 -0500] rev 523
[svn r10326] Fixed #9871 -- Geometry objects are now returned in dictionaries and tuples returned by `values()` and `values_list()`, respectively; updated `GeoQuery` methods to be compatible with `defer()` and `only`; removed defunct `GeomSQL` class; and removed redundant logic from `Query.get_default_columns`.
jacob [Wed, 01 Apr 2009 10:32:00 -0500] rev 522
[svn r10324] Fixed #10693: updated params in the docs.
jacob [Wed, 01 Apr 2009 10:28:48 -0500] rev 521
[svn r10323] Fixed #10684: updated Carl's name in AUTHORS.