summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-18Fixed a mistaken link at the top of both class-based-views docs, and a "conte...Gabriel Hurley
2010-10-18Fixed three super() calls which used the wrong classes in the examples. Thank...Gabriel Hurley
2010-10-18Contains several fixes for docs/ref/class-based-views, as follows:Gabriel Hurley
2010-10-18PEP8 fix for some class-based views examples. Thanks to Peter Baumgartner for...Chris Beaven
2010-10-18Remove duplicate titles in the class based views documentation and reflow the...Alex Gaynor
2010-10-18Small grammar, consistency, and import fixes for the new class-based-views to...Gabriel Hurley
2010-10-18Fixed #14490 -- fixed a typo in the docs. Thanks to gremmie for the report a...Alex Gaynor
2010-10-18Fixed #14489 -- Corrected code example in class-based views docs. Thanks to c...Russell Keith-Magee
2010-10-18Fixed an naming problem with r14258. Thanks to Alex for the report.Russell Keith-Magee
2010-10-18Fixed #14486 -- Modified the import order for the bundled unittest so that a ...Russell Keith-Magee
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