summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-18Fixed #14487 -- Prevented unittest from leaking into scope via a 'from django...Russell Keith-Magee
2010-10-18Improvements to examples and markup fixes for class-based view docs.Russell Keith-Magee
2010-10-18Corrected some Postgres test failures introduced by r14254.Russell Keith-Magee
2010-10-18Fixed #14488 -- corrected a typo in the docs. Thanks to Frank Wiles for the ...Alex Gaynor
2010-10-18Fixed #6735 -- Added class-based views.Russell Keith-Magee
2010-10-18Fixed #14479 -- Added initial Punjabi (pa) translation. Thanks, A S Alam.Jannis Leidel
2010-10-18Fixed #13790 -- auto detection of m2m fields to Site. Thanks, gabrielhurley!Honza Král
2010-10-18Fixed #12074 -- Adding .as_p and as_ul methods to FormSet. Thanks arthurdeber...Honza Král
2010-10-18Fixed Indonesion localflavor tests, broken in r14195Honza Král
2010-10-18Clarify in the documentation that we occasionally add APIs for newer Python v...Alex Gaynor
2010-10-17Fixed #13963 -- Use the correct verbose name of a reverse relation field in t...Jannis Leidel
2010-10-17Corrected the skipIfDBFeature and skipUnlessDBFeature decorators to actually ...Russell Keith-Magee
2010-10-17Corrected a suite of test failures when running under postgres.Alex Gaynor
2010-10-16Fixed #14126 -- Fixed an issue with changes to the blocktrans tag introduced ...Jannis Leidel
2010-10-16Fixed #14429 -- Updated German translation. Thanks, jnns.Jannis Leidel
2010-10-16Converted or_lookups tests from doctests to unittests. We have always been a...Alex Gaynor
2010-10-15Fixed #14307 -- Added a new crossref target to model field reference docs and...Gabriel Hurley
2010-10-15Fixed Python 2.4 incompatibility introduced in [14218]Luke Plant
2010-10-15Fixed #14307 -- Linked ChoiceField.choices docs to Field.choices docs to expl...Gabriel Hurley
2010-10-15Fixed #14376 -- added docs for previously undocumented Brazilian localflavor ...Gabriel Hurley
2010-10-15Fixed #14473 -- converted the model_package tests from doctests to unitests. ...Alex Gaynor
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