| Age | Commit message (Expand) | Author |
| 2010-01-29 | Fixed #12723 -- Updated Irish translation. Thanks to Kevin Scannell. | Russell Keith-Magee |
| 2010-01-28 | Fixed #4140: Documented the ORA-06552 error that can occur when a keyword is ... | Ian Kelly |
| 2010-01-28 | Fixed #12724: Fixed new comment tests to not hardcode comment primary key val... | Karen Tracey |
| 2010-01-28 | Fixed #12720 -- Corrected handling of cookies in the TestClient. Thanks to Ja... | Russell Keith-Magee |
| 2010-01-28 | Fixed #12719 -- Added initial Albanian translation. Thanks to Besnik Bleta. | Russell Keith-Magee |
| 2010-01-28 | Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1... | Russell Keith-Magee |
| 2010-01-28 | Fixed #12600 -- Added some extra search paths for comment preview templates, ... | Russell Keith-Magee |
| 2010-01-28 | Fixed #12718 -- Tighten up the error handling when loading database routers. ... | Russell Keith-Magee |
| 2010-01-28 | Fixed #12715 -- Clarified the docs on the usage of database routers, especial... | Russell Keith-Magee |
| 2010-01-28 | Fixed some problems with the Frisian translation added in r12324. | Russell Keith-Magee |
| 2010-01-28 | Fixed #12711 -- Added the start of a Frisian locale. Thanks to Wim Benes. | Russell Keith-Magee |
| 2010-01-28 | Fixed #12419 -- Updated Romanian translation. Thanks to xlotlu. | Russell Keith-Magee |
| 2010-01-28 | Fixed #12357 -- Added a start of a Bosian translation. Thanks to Tim Langeman. | Russell Keith-Magee |
| 2010-01-28 | Fixed #12015 -- Updated Czech translation. Thanks to Vlada Macek. | Russell Keith-Magee |
| 2010-01-28 | Fixed #11894 -- Updated Slovakian translation. Thanks to mandre. | Russell Keith-Magee |
| 2010-01-28 | Fixed #11666 -- Updated Dutch translation. Thanks to joeri and tinodb. | Russell Keith-Magee |
| 2010-01-28 | Fixed #11645 -- Updated French translation. Thanks to claudep. | Russell Keith-Magee |
| 2010-01-28 | Fixed #11468 -- Updated Norwegian translation. Thanks to jonklo. | Russell Keith-Magee |
| 2010-01-28 | Fixed #12557 - AnonymousUser should check auth backends for permissions | Luke Plant |
| 2010-01-28 | Added some release notes for the object permissions foundation (added in r11807) | Luke Plant |
| 2010-01-27 | Fixed #11969 -- `Field.post_create_sql` hook should not be called for unmanag... | Justin Bronn |
| 2010-01-27 | `GeoQuerySet.distance` now allows calculations to/from non-point geodetic geo... | Justin Bronn |
| 2010-01-27 | Updated MANIFEST.in to include the GeoDjango test fixture directories. | Justin Bronn |
| 2010-01-27 | Fixed #12605 -- Removed redundant import of `ImproperlyConfigured`. Thanks, ... | Justin Bronn |
| 2010-01-27 | Fixed #12706 -- Forgot to pass `using` kwarg in parent class initialization o... | Justin Bronn |
| 2010-01-27 | Fixed #12703 -- Corrected a test suite failure in the admin_views tests. | Russell Keith-Magee |
| 2010-01-27 | Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r... | Russell Keith-Magee |
| 2010-01-27 | Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach... | Russell Keith-Magee |
| 2010-01-27 | Fixed #12693 -- Improved error handling when there is an error setting up the... | Russell Keith-Magee |
| 2010-01-27 | Made the database master router tolerant of router definitions that omit indi... | Russell Keith-Magee |
| 2010-01-27 | `OGRGeometry` objects may now be pickled. | Justin Bronn |
| 2010-01-27 | Applied DRY and centralized geometry input regular expressions; `OGRGeometry`... | Justin Bronn |
| 2010-01-27 | Got rid of Python 2.3 compatibility global, and thus `OGRGeomType` import wra... | Justin Bronn |
| 2010-01-26 | Fixed #12690 -- Fixed SQL template used for Oracle's with `SDO_RELATE` functi... | Justin Bronn |
| 2010-01-26 | Ported collapsible admin fieldsets to jQuery. Thanks Rob Hudson. | Jannis Leidel |
| 2010-01-26 | Fixed #12282 - When paginated allow selecting all items in the admin changlist. | Jannis Leidel |
| 2010-01-26 | Fixed #12508 - Added ability to dynamically add inlines in the admin app. | Jannis Leidel |
| 2010-01-26 | Fixed #12673 - Require a version of GNU gettext of 0.1.5 and above. | Jannis Leidel |
| 2010-01-26 | Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks ... | Russell Keith-Magee |
| 2010-01-25 | Fixed #11017: Changed implementation of Oracle LIKE lookups to enable index u... | Ian Kelly |
| 2010-01-25 | Small optimization on r12285 | Luke Plant |
| 2010-01-25 | Removed some stray content from the multi-db docs. Thanks to Yuri Baburov for... | Russell Keith-Magee |
| 2010-01-25 | Fixed #12672 -- Added the ability to configure which applications are availab... | Russell Keith-Magee |
| 2010-01-25 | Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave... | Russell Keith-Magee |
| 2010-01-24 | Synced 1.2 release notes with 1.1.2 release notes w.r.t. cookie encoding, for... | Luke Plant |
| 2010-01-24 | Reduced CookieStorage.max_cookie_size to 75% of 4K to be nice to Internet Exp... | Luke Plant |
| 2010-01-23 | Made CookieStorage account for the overhead added by the underlying cookie en... | Luke Plant |
| 2010-01-23 | Documented backwards incompatibility in 1.1.X branch introduced in r12283 | Luke Plant |
| 2010-01-23 | Fixed #12470 - django.contrib.messages CookieStorage failing silently in safa... | Luke Plant |
| 2010-01-23 | Added color configuration for HTTP 304, since it doesn't require as much atte... | Russell Keith-Magee |