summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-15Fixed #14472 -- converted generic_relations tests from doctests to unitests. ...Alex Gaynor
2010-10-15Fixed some typos in the documentation that snuck in with [14223].Alex Gaynor
2010-10-15Fixed #11350 -- added an Israeli localflavor. Thanks to Yuval and Idan Gazit...Alex Gaynor
2010-10-15Fixed #14454 -- converted admin_widgets tests from doctests to unittests. We...Alex Gaynor
2010-10-15Change the stacklevel for Field deprecation warnings to correctly point to th...Chris Beaven
2010-10-15Fix the version which the safe argument for the urlencode filter was added. T...Chris Beaven
2010-10-14Fixed #14445 - Use HMAC and constant-time comparison functions where needed.Luke Plant
2010-10-14Fixed #14301 -- Handle email validation gracefully with email addresses conta...Jannis Leidel
2010-10-14Fixed #5327 -- Added standardized field information to ModelChoiceField and M...Gabriel Hurley
2010-10-14Fixed #14456 -- converted inline_formsets tests from doctests to unittests. ...Alex Gaynor
2010-10-14Fixed #14459 -- converted many_to_one_regress tests from doctests to unittest...Alex Gaynor
2010-10-14Fixed reference to removed function root() in AdminSite docstring.Luke Plant
2010-10-14Fixed #14460 -- converted managers_regress tests from doctests to unittests. ...Alex Gaynor
2010-10-14Fixed #14458 -- converted m2m_regress tests from doctests to unittests. We h...Alex Gaynor
2010-10-13Fixed #12192 -- Don't execute any DB query when the QS slicing being performedRamiro Morales
2010-10-13Added a skeleton for 'little features' in the 1.3 release notes.Russell Keith-Magee
2010-10-13Correcting a typo and a copy/paste problem in the RequestFactory docs from [1...Gabriel Hurley
2010-10-13Fix a typo in my bioChris Beaven
2010-10-13Fixed #14119 -- fields_for_model no longer returns all fields when fields par...Honza Král
2010-10-13Fixed #12304 -- regression tests to make sure the validation messages for uni...Honza Král
2010-10-13Fixed #14017 -- wrong comment on log_deletion method of ModelAdminHonza Král
2010-10-13Fixed #13830 -- Updated province name in Indonesian localflavor. Thanks, rodin.Justin Bronn
2010-10-13Fixed #13811 -- Changed unique validation in model formsets to ignore None va...Honza Král
2010-10-12Clarified the text and example describing the RequestFactory. Thanks to Alex ...Russell Keith-Magee
2010-10-12Fixed #9002 -- Added a RequestFactory. This allows you to create request inst...Russell Keith-Magee
2010-10-12Enabled area calculations for geography columns.Justin Bronn
2010-10-12Modified the test_client tests to use the non-deprecated mail API.Russell Keith-Magee
2010-10-12Refs #12991 -- Added release note about deprecation of DjangoTestRunner.Russell Keith-Magee
2010-10-12Fixed #14447 -- Modified the auth and sitemaps tests to remove some assumptio...Russell Keith-Magee
2010-10-12Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func...Alex Gaynor
2010-10-12Converted model_inheritance_select_related tests from doctests to unittests. ...Alex Gaynor
2010-10-12Converted initial_sql_regress tests from doctests (sort of...) to unittests. ...Alex Gaynor
2010-10-12Converted get_or_create_regress tests from doctests to unittests. We have al...Alex Gaynor
2010-10-12Added myself to committersHonza Král
2010-10-12Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson.Chris Beaven
2010-10-12Tweak to many_to_one_null doctest to avoid primary key assumptions (causing b...Russell Keith-Magee
2010-10-12Migrated one_to_one doctests. Thanks to George Sakkis for the patch. (We have...Russell Keith-Magee
2010-10-12Migrated many_to_one_null doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
2010-10-12Migrated properties doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
2010-10-12Migrated the mutually_referential doctests. Thanks to George Sakkis for the p...Russell Keith-Magee
2010-10-12Migrated m2o_recursive and m2o_recursive2 tests, merging them into a single p...Russell Keith-Magee
2010-10-11Fixed a reference in the docs to a non-existant PasswordField.Alex Gaynor
2010-10-11Moved the good stuff to the top in releases/1.3.txtLuke Plant
2010-10-11Fixed #14349 -- Added Belgium localflavor. Thanks for the report and patch, L...Jannis Leidel
2010-10-11Fixed #13494 -- Correctly concat an email subject prefix with a translation s...Jannis Leidel
2010-10-11Fixed #14227 -- Added information about the "easy-pickings" keyword to the co...Gabriel Hurley
2010-10-11Fixed #14444 -- Convert the pagination doctests to unittests. We have always...Alex Gaynor
2010-10-11Fixed the same set of typos as were corrected in [14149], this time in the re...Gabriel Hurley
2010-10-11Updated version of PostGIS in GeoDjango install docs.Justin Bronn
2010-10-11Fixed a few typos in the unittest2 docs introduced in [14139].Gabriel Hurley