summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-08Fixed #14641 - a handful of grammer/typo fixes.Jacob Kaplan-Moss
2010-11-07Fixed #11877 -- Documented that HttpRequest.get_host() fails behind multiple ...Gabriel Hurley
2010-11-07Completed and enhanced links to database-specific notes from the install docs.Ramiro Morales
2010-11-07Fixed some Oracle backend test DB creation code bugs.Ramiro Morales
2010-11-07Fixed #13684 -- if settings.ROOT_URLCONF isn't defined don't blow up with an ...Alex Gaynor
2010-11-07Make the requests test use unittest2, rather than the system unittest.Alex Gaynor
2010-11-07Fixed #14636 -- corrected bad formatting in the docs, which was resulting in ...Alex Gaynor
2010-11-07Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs...Gabriel Hurley
2010-11-07Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro...Gabriel Hurley
2010-11-07Fixed #8325 -- Reorganization and expansion of the login_required decorator d...Gabriel Hurley
2010-11-06Fixed #14600 -- Added a versionchanged directive to the TEMPLATE_CONTEXT_PROC...Gabriel Hurley
2010-11-06Added a README for building offline HTML docs.Luke Plant
2010-11-06Fixed hyperlinking of template tags/filters in offline docs so that non-built...Luke Plant
2010-11-06Fixed brittle test case for `GEOSGeometry.valid_reason`.Justin Bronn
2010-11-06Fix for running GEOS/GDAL tests on Python 2.6 and below.Justin Bronn
2010-11-06Fixed #14627 -- Made Tutorial 3 more explicit regarding the transformations t...Gabriel Hurley
2010-11-06Fixed #14624 -- Updated a few outdated references to CacheMiddleware in the t...Gabriel Hurley
2010-11-06Fixed #14630 -- Increased maximum size of the Oracle tablespace datafile used...Ramiro Morales
2010-11-06Fixed #14629 -- corrected a misspelling and poor wording in the docs. Thanks...Alex Gaynor
2010-11-06Removed the use of a deprecated unittest method.Alex Gaynor
2010-11-04Fixed #14619 -- corrected a typo in the email docs.Alex Gaynor
2010-11-04Fixed a test failure introduced in [14461].Alex Gaynor
2010-11-04Fixed #13935, added support for using QuerySet.dates across related fields. ...Alex Gaynor
2010-11-04Fixed #11966 -- Made it possible to use a percent sign in a translation messa...Jannis Leidel
2010-11-04Fixed #14612 - Password reset page leaks valid user ids publicly.Luke Plant
2010-11-04Fixed a test setup and isolation bug that was causing PasswordResetTest to fa...Luke Plant
2010-11-04Fixed #6476 -- Added option to makemessages management command to disable wra...Jannis Leidel
2010-11-04Fixed #14602 -- Added an extra check to wsgi.input handling to prevent AppEng...Russell Keith-Magee
2010-11-04Fixed typo in i18n docs.Jannis Leidel
2010-11-04Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.Jannis Leidel
2010-11-04Converted templates doctests into unittests. We have always been at war with...Alex Gaynor
2010-11-04Fixed #14318 -- Added `GEOSGeometry.valid_reason` property. Thanks, Rob Coup.Justin Bronn
2010-11-04Sped up the create_permissions signal handler (and thus the test suite) by re...Alex Gaynor
2010-11-02Updated OpenLayers (now points to 2.10) and OpenStreetMap JavaScript URLs.Justin Bronn
2010-11-02Fixed #10728 -- corrected subclassing of Fields who use the SubfieldBase meta...Alex Gaynor
2010-11-02Fixed #14559 -- corrected some typos and misleading docstrings. Thanks to Ga...Alex Gaynor
2010-11-02Fixed #14598 -- Changed some 'domain.com' uses to 'example.com'Carl Meyer
2010-11-02Fixed #13567 -- Added a 'silent' argument to the cycle tag, so that you can d...Russell Keith-Magee
2010-11-02Fixed #14584 -- Documented settings.PASSWORD_RESET_TIMEOUT_DAYS. Also fixed s...Gabriel Hurley
2010-11-02Fixed #14594 -- Corrected r14435, which got the logic completely bass ackward...Russell Keith-Magee
2010-11-02Fixed #14594 -- Corrected a problem introduced by r14394 whereby reading POST...Russell Keith-Magee
2010-11-02Fixed #14596 -- Light refactoring of the cache backends.Russell Keith-Magee
2010-11-02Avoid an O(n**2) operation where O(n) will suffice. Possibly worth a second ...Alex Gaynor
2010-11-02Fixed a few more cases of the tests not properly restoring sys.path (follow u...Alex Gaynor
2010-11-02Properly handle the fact that lists are mutable when trying to maintain state...Alex Gaynor
2010-11-02Migrated app_loading doctests.Russell Keith-Magee
2010-11-02Fixed #14470 -- Migrated modeladmin doctests. Thanks to Preston Timmons for t...Russell Keith-Magee
2010-11-02Migrated lookup doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
2010-11-02Migrated basic doctests. Thanks to Preston Timmons for the patch.Russell Keith-Magee
2010-11-02Migrated m2m_through doctests. Thanks to the anonymous contributor.Russell Keith-Magee