summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-23Fixed #14463 -- Fixed links to new location of date/time format specifiers docs.Ramiro Morales
2010-10-23Fixed #14544 -- Squashed bug in the findstatic command when used with the --f...Jannis Leidel
2010-10-23Fixed #14528 and #14538 -- Refined staticfiles documentation. Thanks, gremmie...Jannis Leidel
2010-10-23Fixed a typo in the staticfiles docs.Justin Bronn
2010-10-23Fixed #14223 -- Extended unification of exception raised in presence of integ...Ramiro Morales
2010-10-22Fixed #14534 -- updated an out of date link in the docs. Thanks to d0ugal fo...Alex Gaynor
2010-10-21Fixed 14513 -- check fields with underscores for validity when ordering. Bonu...Chris Beaven
2010-10-21Ensure the mutliple_database tests leave the settings in the same state they ...Alex Gaynor
2010-10-21Fixed #14520 -- fixed a memory leak when running the test suite.Alex Gaynor
2010-10-21Fixed a bug with method_decorator not preserving the attributes of the wrappe...Luke Plant
2010-10-21Removed old code with Python 2.3 compatibilityLuke Plant
2010-10-21Fixed test failure when using Python 2.7Luke Plant
2010-10-21Fixed #14519 -- corrected a type in the tutorial, thanks buriy for the report...Alex Gaynor
2010-10-21Fixing a few cosmetic bugs. Thanks for the hint, Alex Gaynor.Jannis Leidel
2010-10-21Fixed #14507 -- Corrected the logic of the URL helpers and view of staticfile...Jannis Leidel
2010-10-20Fixed #14477 -- Corrects several instances of "add" and "remove" m2m_changed ...Gabriel Hurley
2010-10-20Fixed #14432 -- Added an import statement which was previously implied in tut...Gabriel Hurley
2010-10-20Fixed #14493 -- Corrected use of the wrong attribute in the model validation ...Gabriel Hurley
2010-10-20Removes a mistaken note about the static media development helper.Jacob Kaplan-Moss
2010-10-20Fixed #14514 -- fixed a typo in the static files docs, thanks to Andy McKay f...Alex Gaynor
2010-10-20Consistent imports for parse_qsl function, avoiding the `PendingDeprecationWa...Luke Plant
2010-10-20Polish translation updatedJarek Zgoda
2010-10-20Fixed bug and test failure introducted in [14290]Luke Plant
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