summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-15[1.2.X] Fixed #14307 -- Linked ChoiceField.choices docs to Field.choices docs...Gabriel Hurley
2010-10-15[1.2.X] Fixed #14376 -- added docs for previously undocumented Brazilian loca...Gabriel Hurley
2010-10-15[1.2.X] Fixed #14473 -- converted the model_package tests from doctests to un...Alex Gaynor
2010-10-15[1.2.X] Fixed #14472 -- converted generic_relations tests from doctests to un...Alex Gaynor
2010-10-15[1.2.x] Fixed #14454 -- converted admin_widgets tests from doctests to unitte...Alex Gaynor
2010-10-14[1.2.X] Fixed #14301 -- Handle email validation gracefully with email address...Jannis Leidel
2010-10-14[1.2.X] Fixed #5327 -- Added standardized field information to ModelChoiceFie...Gabriel Hurley
2010-10-14[1.2.X] Fixed #14456 -- converted inline_formsets tests from doctests to unit...Alex Gaynor
2010-10-14[1.2.X] Fixed #14459 -- converted many_to_one_regress tests from doctests to ...Alex Gaynor
2010-10-14[1.2.X] Fixed #14460 -- converted managers_regress tests from doctests to uni...Alex Gaynor
2010-10-14[1.2.X] Fixed #14458 -- converted m2m_regress tests from doctests to unittest...Alex Gaynor
2010-10-13[1.2.X] Fix a typo in my bio. Backport of [14200]Chris Beaven
2010-10-13[1.2.X] Fixed #13830 -- Updated province name in Indonesian localflavor. Tha...Justin Bronn
2010-10-13[1.2.X] Changed unique validation in model formsets to ignore None values, no...Honza Král
2010-10-12[1.2.X] Enabled area calculations for geography columns.Justin Bronn
2010-10-12[1.2.X] Modified the test_client tests to use the non-deprecated mail API.Russell Keith-Magee
2010-10-12[1.2.X] Modified the sitemaps tests to remove an assumption about the environ...Russell Keith-Magee
2010-10-12[1.2.X] Converted model_inheritance_select_related tests from doctests to uni...Alex Gaynor
2010-10-12[1.2.X] Converted initial_sql_regress tests from doctests (sort of...) to uni...Alex Gaynor
2010-10-12[1.2.X] Converted get_or_create_regress tests from doctests to unittests. We...Alex Gaynor
2010-10-12[1.2.X] Tweak to many_to_one_null doctest to avoid primary key assumptions (c...Russell Keith-Magee
2010-10-12[1.2.X] Migrated one_to_one doctests. Thanks to George Sakkis for the patch. ...Russell Keith-Magee
2010-10-12[1.2.X] Migrated many_to_one_null doctests. Thanks to George Sakkis for the p...Russell Keith-Magee
2010-10-12[1.2.X] Migrated properties doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
2010-10-12[1.2.X] Migrated the mutually_referential doctests. Thanks to George Sakkis f...Russell Keith-Magee
2010-10-12[1.2.X] Migrated m2o_recursive and m2o_recursive2 tests, merging them into a ...Russell Keith-Magee
2010-10-11[1.2.X] Fixed #13494 -- Correctly concat an email subject prefix with a trans...Jannis Leidel
2010-10-11[1.2.X] Fixed links to the date formats choices in the global settings. Thank...Jannis Leidel
2010-10-11[1.2.X] Updated version of PostGIS in GeoDjango install docs.Justin Bronn
2010-10-11[1.2.X] Added information about the "easy-pickings" keyword to the contributi...Gabriel Hurley
2010-10-11[1.2.X] Fixed #14444 -- Convert the pagination doctests to unittests. We hav...Alex Gaynor
2010-10-11[1.2.X] Converted ordering tests from doctests to unittests. We have always ...Alex Gaynor
2010-10-11[1.2.X] Converted save_delete_hooks tests from doctests to unittests. We hav...Alex Gaynor
2010-10-11[1.2.X] Fixed #14440 - Converted mail doctests to unittests.Jacob Kaplan-Moss
2010-10-11[1.2.X] Fixed #14433 - replaced a thread-unsafe solution to #10235 introduced...Luke Plant
2010-10-11[1.2.X] Fixed #14279 -- Corrected a typo in the sitemaps tests (didn't affect...Alex Gaynor
2010-10-10[1.2.X] Changed ModelForm.fields and ModelForm.exclude examples to use tuples...Gabriel Hurley
2010-10-10[1.2.X] Converted signals tests from doctests to unittests. We have always b...Alex Gaynor
2010-10-10[1.2.X] Fixed typo in tutorial 01. Backport of [14129].Carl Meyer
2010-10-10[1.2.X] Fixed #6073 -- Made compilemessages 18n management command reject PO ...Ramiro Morales
2010-10-10[1.2.X] Fixed #11907 -- EmailField now runs strip() on its input. This means ...Chris Beaven
2010-10-10[1.2.X] Fixed #14193: prepopulated_fields javascript now concatenates in corr...Andrew Godwin
2010-10-10[1.2.X] Fixed #14391 - Updated django-admin.1 man page to include newer comma...Andrew Godwin
2010-10-10[1.2.X] Add myself to committers. Backport of [14118]Chris Beaven
2010-10-10[1.2.X] Refs #11256 -- Extended the annotation field name conflict check to c...Carl Meyer
2010-10-10[1.2.X] Clarified information on OPTIONS setting (for adding additional param...Gabriel Hurley
2010-10-10[1.2.X] Makes links to form and field validation (and form reference docs in ...Gabriel Hurley
2010-10-10[1.2.X] Added additional information on what the APPEND_SLASH setting does. T...Gabriel Hurley
2010-10-10[1.2.X] Advises that the Ubuntu package manager drops the .py extension from ...Gabriel Hurley
2010-10-10[1.2.X] Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse...Ramiro Morales