summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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