summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel
2010-10-20Modified the implementation of get_object() to be consistent with the approac...Russell Keith-Magee
2010-10-19Fixed #14498 - Forms passed to FormWizard.process_step are not guaranteed to ...Luke Plant
2010-10-19Fixed #10771 -- added support for using the transaction management functions ...Alex Gaynor
2010-10-19Fixed errors introduced in r14279 when running Django tests under Python < 2.6.Ramiro Morales
2010-10-19Migrated many-to-many doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
2010-10-19Fixed #14495 -- DeletionMixin and FormMixin don't have an object to work with...Honza Král
2010-10-19Fixed #14407 -- Simplified ManyToManyRawIdWidget.value_from_datadict, Thanks ...Honza Král
2010-10-19Migrated many-to-one doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
2010-10-19Converted queries tests from doctests to unittests.Ramiro Morales
2010-10-19Fixed #14494 -- Cleanup and typo in tutorial 4, introduced by class-based vie...Russell Keith-Magee
2010-10-19Fixed #7616 -- Added advice on unix socket permissions and umasks to fastcgi ...Gabriel Hurley
2010-10-19Fixed #14464 -- Strengthened the admonition regarding documentation versions ...Gabriel Hurley
2010-10-19Added a logging call on HTTP 405 for class-based views. This is for consisten...Russell Keith-Magee
2010-10-19Fixed a small typo introduced in r14139.Ramiro Morales
2010-10-19Fixed #14426 -- Removed "mysite" import statements from examples that might t...Gabriel Hurley
2010-10-18Fixed #13842 -- Added tests to verify that XViewMiddleware works with class-b...Russell Keith-Magee
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