summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-27Fixed #12693 -- Improved error handling when there is an error setting up the...Russell Keith-Magee
2010-01-27Made 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-27Applied DRY and centralized geometry input regular expressions; `OGRGeometry`...Justin Bronn
2010-01-27Got rid of Python 2.3 compatibility global, and thus `OGRGeomType` import wra...Justin Bronn
2010-01-26Fixed #12690 -- Fixed SQL template used for Oracle's with `SDO_RELATE` functi...Justin Bronn
2010-01-26Ported collapsible admin fieldsets to jQuery. Thanks Rob Hudson.Jannis Leidel
2010-01-26Fixed #12282 - When paginated allow selecting all items in the admin changlist.Jannis Leidel
2010-01-26Fixed #12508 - Added ability to dynamically add inlines in the admin app.Jannis Leidel
2010-01-26Fixed #12673 - Require a version of GNU gettext of 0.1.5 and above.Jannis Leidel
2010-01-26Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks ...Russell Keith-Magee
2010-01-25Fixed #11017: Changed implementation of Oracle LIKE lookups to enable index u...Ian Kelly
2010-01-25Small optimization on r12285Luke Plant
2010-01-25Removed some stray content from the multi-db docs. Thanks to Yuri Baburov for...Russell Keith-Magee
2010-01-25Fixed #12672 -- Added the ability to configure which applications are availab...Russell Keith-Magee
2010-01-25Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave...Russell Keith-Magee
2010-01-24Synced 1.2 release notes with 1.1.2 release notes w.r.t. cookie encoding, for...Luke Plant
2010-01-24Reduced CookieStorage.max_cookie_size to 75% of 4K to be nice to Internet Exp...Luke Plant
2010-01-23Made CookieStorage account for the overhead added by the underlying cookie en...Luke Plant
2010-01-23Documented backwards incompatibility in 1.1.X branch introduced in r12283Luke Plant
2010-01-23Fixed #12470 - django.contrib.messages CookieStorage failing silently in safa...Luke Plant
2010-01-23Added color configuration for HTTP 304, since it doesn't require as much atte...Russell Keith-Magee
2010-01-23Fixed #12564 - Use locale-aware date format in admin object history overviewJannis Leidel
2010-01-23ModelAdmin.fields wasn't able to refer to fields only on a custom formBrian Rosner
2010-01-23Fixed #12668 -- Corrected some typos in the multi-db docs. Thanks to mattimus...Russell Keith-Magee
2010-01-22Fixed #12664 -- Fixed `GenericRelation.m2m_reverse_name` to return the correc...Justin Bronn
2010-01-22Modified `GeoManager.get_query_set` to reflect changes made for database rout...Justin Bronn
2010-01-22Fixed #12659 -- Return a more meaningful KeyError message when ContextList lo...Russell Keith-Magee
2010-01-22Fixed #10314 -- Added a message prefix argument to Django's test assertions. ...Russell Keith-Magee
2010-01-22Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...Russell Keith-Magee
2010-01-21Fixed #12582. Model validation on ForeignKeys now respects limit_choices_to. ...Joseph Kocherhans
2010-01-21Fixed #12590. Changed an expression in the validators tests to work correctly...Joseph Kocherhans
2010-01-21Fixed #12596. Calling super from a ModelForm's clean method is once again opt...Joseph Kocherhans
2010-01-21Fixed #12577. Reverted some changes from [12098] since [12206] made them unne...Joseph Kocherhans
2010-01-20Various fixes/improvements to the the extras/csrf_migration_helper.py scriptLuke Plant
2010-01-20Fixed #12649 - more helpful Unicode exceptions for CSRF migration helper scriptLuke Plant
2010-01-19Fixed #12644 - Allow overriding the admin user creation form based on r12216....Jannis Leidel
2010-01-19Fixed an Oracle test failure introduced in [12226].Ian Kelly
2010-01-19Fixed #12633 -- Modified some old m2m attribute use in deprecated m2m table c...Russell Keith-Magee
2010-01-19Fixed #12640 -- Corrected a regression in test suite construction order intro...Russell Keith-Magee
2010-01-18Fixed #12638 -- Minor documentation cleanups around the new class-based test ...Russell Keith-Magee
2010-01-18Updated the docs around test runners to encourage the use of **kwargs in the ...Russell Keith-Magee
2010-01-18Fixed problems associated with the `GeometryField` SRID cache: it is now keye...Justin Bronn
2010-01-18Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...Justin Bronn
2010-01-18Fixed typo in docs - supports_objects_permissions should be supports_object_p...Luke Plant
2010-01-18Fixed #12624 -- Modified test runners to be class based.Russell Keith-Magee
2010-01-18Fixed bad indentation in contenttypes code example so that cut and paste from...Karen Tracey
2010-01-17Fixed test introduced in r12044 to actually test the issue.Jannis Leidel
2010-01-17Added a few more versionadded directives to the documentation.Jannis Leidel
2010-01-17Added versionchanged directive to docs introduced in r12139.Jannis Leidel