summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-28Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to tobych f...Gabriel Hurley
2010-10-27Edited docs/topics/testing.txt change from [14058]Adrian Holovaty
2010-10-27Edited docs/ref/models/fields.txt change from [14049]Adrian Holovaty
2010-10-27Fixed MultiValueDict's copy implementation to be consistant with all other co...Alex Gaynor
2010-10-27Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for the rep...Alex Gaynor
2010-10-27Documented options accepted by the runfcgi management command.Ramiro Morales
2010-10-27Fixed #14398 -- Changed runfcgi command to interpret the umask option argumen...Ramiro Morales
2010-10-27Revert the removal of an unused import (in [14175]) that was referenced in do...Chris Beaven
2010-10-26Corrected some typos in the tutorial, thanks to Brandon Height for the report.Alex Gaynor
2010-10-26Fixed #14565 - No csrf_token on 404 pagesLuke Plant
2010-10-26Fixed #14562 -- corrected a typo in the static-files howto. Thanks to stephan...Gabriel Hurley
2010-10-26Replace an incorrect reference to collectmedia in the docs (the command is co...Chris Beaven
2010-10-25Fixed #14047 -- Updated the CommonMiddleware docs to include sending broken l...Gabriel Hurley
2010-10-25Fixed #10545 -- Mentioned that template context variables are scoped to the b...Gabriel Hurley
2010-10-25Converted model_inheritance doctests to unittests. We have always been at wa...Alex Gaynor
2010-10-25Removed obsolete 'date' filter -> 'now' tag link.Ramiro Morales
2010-10-24Fixed #14551 -- corrected a type in the remote user auth documentation. Than...Alex Gaynor
2010-10-24Fixed #14550 -- fixed the behavior of commit_on_success to exit the transacti...Alex Gaynor
2010-10-24Fixed #13617 -- `OSMGeoAdmin` now works again when `USE_L10N` (or `LANGUAGE_C...Justin Bronn
2010-10-24Fixed #13040 -- Added info on where to import File class from to File referen...Gabriel Hurley
2010-10-24Fixed #11441 -- Improved signal topic guide, particularly regarding the weak ...Gabriel Hurley
2010-10-23Fixed #14526 -- Updated wording regarding the minimum Python version required...Gabriel Hurley
2010-10-23Fixed #14541 -- Corrected an outdated bit of wording in the LANGUAGES setting...Gabriel Hurley
2010-10-23Fixed #14537 -- Added documentation on where validators can be imported from ...Gabriel Hurley
2010-10-23Fixed #14545 -- Added ValidationError to Exceptions Reference docs and improv...Gabriel Hurley
2010-10-23Fixed #14173 -- Added sections about contrib apps-provided commands to django...Ramiro Morales
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