summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-16[1.2.X] Corrected 'email' to 'e-mail' in error reporting docs.Luke Plant
2010-11-16[1.2.X] Added a test for using an `__in` lookup with a ValueListQueryset from...Alex Gaynor
2010-11-16[1.2.X] Fixed #14696, corrected some messed up syntax in the docs. Backport ...Alex Gaynor
2010-11-14[1.2.X] Fixed #3055 -- Validate that models target of a GenericRelation have ...Ramiro Morales
2010-11-14[1.2.X] Fixed #10650 -- Clarified description of MEDIA_ROOT in setting files....Ramiro Morales
2010-11-14Fixed #14536 -- Corrected DB connection OPTIONS examples in documentation. Th...Ramiro Morales
2010-11-12[1.2.X] Backport of r14547 from trunk.Ian Kelly
2010-11-12[1.2.X]Converted m2m_signals from doctests to unittests. Thanks to Gregor MÃ...Alex Gaynor
2010-11-12[1.2.X] Backport of r14545 from trunk.Ian Kelly
2010-11-12[1.2.X] Fixed #14669 -- corrected an ungrammatical sentence in the internatio...Gabriel Hurley
2010-11-12[1.2.X] Backport of r14537 from trunk.Ian Kelly
2010-11-11[1.2.X] Removed the executable bit from a test file, it wasn't. Thanks to Fl...Alex Gaynor
2010-11-11[1.2.X] Remove the executable flag from uploadhandler.py, it wasn't. Thanks ...Alex Gaynor
2010-11-11[1.2.X] Fixed #14508 - test suite silences warnings.Luke Plant
2010-11-11[1.2.X] Fixed error introduced in r14512.Ramiro Morales
2010-11-11[1.2.X] Fixed small multi-db compatibility issue in the Oracle backend.Ramiro Morales
2010-11-11[1.2.X] Implemented changes made in r14320 in the Oracle backend. Thanks Russ...Ramiro Morales
2010-11-09[1.2.X] Fixed #14653 -- Removed vestigal `getstatusoutput` from GeoDjango utils.Justin Bronn
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