summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-02[1.2.X] Migrated basic doctests. Thanks to Preston Timmons for the patch.Russell Keith-Magee
2010-11-02[1.2.X] Migrated m2m_through doctests. Thanks to the anonymous contributor.Russell Keith-Magee
2010-11-01[1.2.X] Fixed some a stale location and whitespace in GeoIP tests.Justin Bronn
2010-11-01[1.2.X] Fixed regression introduced in r13755 that prevented the running of t...Justin Bronn
2010-10-31[1.2.X] Reverted r14196, restoring the 1.2 test suite to a passing state. Ref...Russell Keith-Magee
2010-10-31[1.2.X] Fixed the auth tests so they work when the AUTHENTICATION_BACKENDS se...Alex Gaynor
2010-10-31[1.2.X] Fixed #13503 -- Corrected misleading custom permission example in the...Ramiro Morales
2010-10-28[1.2.X] Fixed #14471 -- Corrected a regression in the use of methods on custo...Russell Keith-Magee
2010-10-28[1.2.X] Fixed #14412 -- Pointed contrib.comments comments-url-redirect URLpat...Russell Keith-Magee
2010-10-28[1.2.X] Fixed #14414 -- Improved contenttypes shortcut() view to check that t...Russell Keith-Magee
2010-10-28[1.2.X] Fixed the ugly spacing of 'BEGIN;' and 'COMMIT;' in the output of the...Russell Keith-Magee
2010-10-28[1.2.X] Negligible formatting improvement to an error in management/sql.pyRussell Keith-Magee
2010-10-28[1.2.X] Fixed #14409 -- Fixed typo in docs/internals/documentation.txt. Thank...Russell Keith-Magee
2010-10-28[1.2.X] Fixed #14395 -- Fixed typo in error message in db/__init__.py. Thanks...Russell Keith-Magee
2010-10-28[1.2.X] Fixed #14565 - No csrf_token on 404 page.Luke Plant
2010-10-28[1.2.X] Reverted changeset [14356]Luke Plant
2010-10-28[1.2.X] Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to ...Gabriel Hurley
2010-10-27[1.2.X] Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for...Alex Gaynor
2010-10-27[1.2.X] Documented options accepted by the runfcgi management command.Ramiro Morales
2010-10-27[1.2.X] Fixed #14398 -- Changed runfcgi command to interpret the umask option...Ramiro Morales
2010-10-26[1.2.X] Fixed #14565 - No csrf_token on 404 pagesLuke Plant
2010-10-25[1.2.X] Fixed #14047 -- Updated the CommonMiddleware docs to include sending ...Gabriel Hurley
2010-10-25[1.2.X] Fixed #10545 -- Mentioned that template context variables only exist ...Gabriel Hurley
2010-10-25[1.2.X] Converted model_inheritance doctests to unittests. We have always be...Alex Gaynor
2010-10-25[1.2.X] Removed obsolete 'date' filter -> 'now' tag link.Ramiro Morales
2010-10-24[1.2.X] Fixed #14551 -- corrected a type in the remote user auth documentatio...Alex Gaynor
2010-10-24[1.2.X] Fixed #13617 -- `OSMGeoAdmin` now works again when `USE_L10N` (or `LA...Justin Bronn
2010-10-24[1.2.X] Fixed #13040 -- Added info on where to import File class from to File...Gabriel Hurley
2010-10-24[1.2.X] Fixed #11441 -- Improved signal topic guide, particularly regarding t...Gabriel Hurley
2010-10-23[1.2.X] Fixed #14526 -- Updated wording regarding the minimum Python version ...Gabriel Hurley
2010-10-23[1.2.X] Fixed #14541 -- Corrected an outdated bit of wording in the LANGUAGES...Gabriel Hurley
2010-10-23[1.2.X] Fixed #14537 -- Added documentation on where validators can be import...Gabriel Hurley
2010-10-23[1.2.X] Fixed #14545 -- Added ValidationError to Exceptions Reference docs an...Gabriel Hurley
2010-10-23[1.2.X] Fixed #14173 -- Added sections about contrib apps-provided commands t...Ramiro Morales
2010-10-23[1.2.X] Fixed #14463 -- Fixed links to new location of date/time format speci...Ramiro Morales
2010-10-23[1.2.X] Fixed #14223 -- Extended unification of exception raised in presence ...Ramiro Morales
2010-10-22[1.2.X] Fixed #14534 -- updated an out of date link in the docs. Thanks to d...Alex Gaynor
2010-10-21[1.2.X] Fixed #14513 -- check fields with underscores for validity when order...Chris Beaven
2010-10-21[1.2.X] Revert [13850], this was a new feature not a bugfix.Chris Beaven
2010-10-21[1.2.X] Ensure the mutliple_database tests leave the settings in the same sta...Alex Gaynor
2010-10-20[1.2.X] Fixed #14477 -- Corrects several instances of "add" and "remove" m2m_...Gabriel Hurley
2010-10-20[1.2.X] Fixed #14432 -- Added an import statement which was previously implie...Gabriel Hurley
2010-10-20[1.2.X] Fixed #14493 -- Corrected use of the wrong attribute in the model val...Gabriel Hurley
2010-10-20[1.2.X] Fixed bug and test failure introducted in [14290]Luke Plant
2010-10-19[1.2.X] Fixed #14498 - Forms passed to FormWizard.process_step are not guaran...Luke Plant
2010-10-19[1.2.X] Fixed errors introduced in r14280 when running Django tests under Pyt...Ramiro Morales
2010-10-19[1.2.X] Migrated many-to-many doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
2010-10-19[1.2.X] Migrated many-to-one doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
2010-10-19[1.2.X] Converted queries tests from doctests to unittests.Ramiro Morales
2010-10-19[1.2.X] Fixed #7616 -- Added advice on unix socket permissions and umasks to ...Gabriel Hurley