summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-09Fixed #14599 -- Added documentation for QuerySet.delete() in the QuerySet API...Carl Meyer
2010-11-09[1.2.X] Fixed #14650 -- noted that underscores are also valid in slug fields....Alex Gaynor
2010-11-09[1.2.X] Fixed typo in raw SQL docs example.Ramiro Morales
2010-11-08[1.2.X] Small rewording of tutorial01.txt changes from [14066]Jacob Kaplan-Moss
2010-11-08[1.2.X] Fixed #14641 - a handful of grammer/typo fixes.Jacob Kaplan-Moss
2010-11-08[1.2.X] Corrected some backporting errors in the template tests.Russell Keith-Magee
2010-11-07[1.2.X] Backporting myself to the 1.2.X docs/internals/committers.txt... and ...Gabriel Hurley
2010-11-07[1.2.X] Fixed #11877 -- Documented that HttpRequest.get_host() fails behind m...Gabriel Hurley
2010-11-07[1.2.X] Completed and enhanced links to database-specific notes from the inst...Ramiro Morales
2010-11-07[1.2.X] Fixed some Oracle backend test DB creation code bugs.Ramiro Morales
2010-11-07[1.2.X] Fixed #12975 -- Moved the docs for contrib.admindocs out of the templ...Gabriel Hurley
2010-11-07[1.2.X] Fixed #10904 -- Corrected inappropriate usage of the term "absolute U...Gabriel Hurley
2010-11-07[1.2.X] Fixed #8325 -- Reorganization and expansion of the login_required dec...Gabriel Hurley
2010-11-06[1.2.X] Fix for running GEOS/GDAL tests on Python 2.6 and below.Justin Bronn
2010-11-06[1.2.X] Fixed #14627 -- Made Tutorial 3 more explicit regarding the transform...Gabriel Hurley
2010-11-06[1.2.X] Fixed #14624 -- Updated a few outdated references to CacheMiddleware ...Gabriel Hurley
2010-11-06[1.2.X] Fixed #14630 -- Increased maximum size of the Oracle tablespace dataf...Ramiro Morales
2010-11-06[1.2.X] Fixed #14629 -- corrected a misspelling and poor wording in the docs....Alex Gaynor
2010-11-04[1.2.X] Fixed #14619 -- corrected a typo in the email docs. Backport of [144...Alex Gaynor
2010-11-04[1.2.X] Fixed #11966 -- Made it possible to use a percent sign in a translati...Jannis Leidel
2010-11-04[1.2.X] Fixed #14612 - Password reset page leaks valid user ids publicly.Luke Plant
2010-11-04[1.2.X] Fixed a test setup and isolation bug that was causing PasswordResetTe...Luke Plant
2010-11-04[1.2.X] Fixed typo in i18n docs.Jannis Leidel
2010-11-04[1.2.X] Converted templates doctests into unittests. We have always been at ...Alex Gaynor
2010-11-02[1.2.X] Fixed #10728 -- corrected subclassing of Fields who use the SubfieldB...Alex Gaynor
2010-11-02[1.2.X] Fixed #14559 -- corrected some typos and misleading docstrings. Than...Alex Gaynor
2010-11-02[1.2.X] Fixed #14584 -- Documented settings.PASSWORD_RESET_TIMEOUT_DAYS. Also...Gabriel Hurley
2010-11-02[1.2.X] Fixed a few more cases of the tests not properly restoring sys.path (...Alex Gaynor
2010-11-02[1.2.X] Properly handle the fact that lists are mutable when trying to mainta...Alex Gaynor
2010-11-02[1.2.X] Migrated app_loading doctests.Russell Keith-Magee
2010-11-02[1.2.X] Fixed #14470 -- Migrated modeladmin doctests. Thanks to Preston Timmo...Russell Keith-Magee
2010-11-02[1.2.X] Migrated lookup doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
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