summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-02[1.1.X] Fixed #11522: Restored ability of http redirect responses to correctl...Karen Tracey
2010-03-02[1.1.X] Fixed Bosnian language code introduced in r12330.Jannis Leidel
2010-03-02[1.1.X] Fixed #6510 -- Refactored the way child nodes are found in template n...Russell Keith-Magee
2010-03-02[1.1.X] Fixed #12946: Removed an invalid example of url tag usage from the do...Karen Tracey
2010-03-02[1.1.X] Fixed #11710: Made a small test change to ensure utf-8 bytestrings in...Karen Tracey
2010-03-02[1.1.X] Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field ...Karen Tracey
2010-03-02[1.1.X] Fixed a silly bug in [12644].Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #1104: set `FormWizard.extra_context` in `__init__` to avoid co...Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #5605: only lowercase the domain portion of an email address in...Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #10878, an error in the `Moderator` docstring.Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #11012: don't needless convert cache values to unicode.Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #11457: tightened the security check for "next" redirects after...Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #11791: Put hidden input elements in the change list inside td ...Karen Tracey
2010-03-01[1.1.X] Fixed #12987 - Added a few versionadded directives to the docs. Thank...Jannis Leidel
2010-03-01[1.1.X] Fixed #12966 - Force unicode of verbose labels in admin change messages.Jannis Leidel
2010-02-28[1.1.X] Fixed #12302: Modified force_unicode to avoid raising unicode errors ...Karen Tracey
2010-02-27[1.1.X] Removed more stray tabs in Python files. Karen Tracey
2010-02-27[1.1.X] Fixed #12981 -- Removed some stray tabs. Thanks to loewis for the rep...Karen Tracey
2010-02-26[1.1.X] Fixed #12608 -- No longer return inconsistent results when using val...Justin Bronn
2010-02-26[1.1.X] Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when pa...Jannis Leidel
2010-02-26[1.1.X] Fixed #11384 - Make sure translations in the project directory really...Jannis Leidel
2010-02-26[1.1.X] Fixed #12585 -- Corrected typo in tutorial03. Thanks, fcsmith.Justin Bronn
2010-02-26[1.1.X] Added force_unicode to a test (needed for Python 2.3 compatibility).Karen Tracey
2010-02-26[1.1.X] Corrected an edge case introduced in r12602. Thanks to Ramiro Morales...Russell Keith-Magee
2010-02-26Corrected a versionchanged marker added in r12603.Russell Keith-Magee
2010-02-26[1.1.X] Fixed #1480 -- Added the ability to use the system timezone. Thanks t...Russell Keith-Magee
2010-02-26[1.1.X] Python 2.3 compatibility: moved the fallback import for set to where ...Karen Tracey
2010-02-26[1.1.X] Fixed #6191, #11296 -- Modified the admin deletion confirmation page ...Russell Keith-Magee
2010-02-26[1.1.X] Fixed #11226 -- Corrected an validation edge case with m2m relations ...Russell Keith-Magee
2010-02-26[1.1.X] Fixed a bunch of Python 2.3 incompatibilities that had crept into the...Karen Tracey
2010-02-25[1.1.X] Removed a couple of changesets from the blocked list that shouldn't h...Karen Tracey
2010-02-25[1.1.X] Added a few more blocked changesets I missed earlier.Karen Tracey
2010-02-25[1.1.X] Updated svnmerge metadata to reflect changesets that have been and sh...Karen Tracey
2010-02-25[1.1.X] Added note to the contributing docs about requiring gettext to run th...Jannis Leidel
2010-02-25[1.1.X] Fixed #12910 - Only test extracting translation strings if xgettext c...Jannis Leidel
2010-02-24[1.1.X] Fixed #12828 -- The table quoting function is now argument `get_geo_w...Justin Bronn
2010-02-24[1.1.X] Fixed #11353 -- `GeometryProxy` descriptor no longer chokes when acce...Justin Bronn
2010-02-24[1.1.X.] Blocked a few more revisions via svnmerge.py.Joseph Kocherhans
2010-02-24[1.1.X] Fixed #12119. Changed smart_split to stop splitting on whitespace in ...Joseph Kocherhans
2010-02-24[1.1.X] Fixed #12546. Objects with a __len__ that returns 0 can now be serial...Joseph Kocherhans
2010-02-24[1.1.X] Fixed #12818. SQLite now properly quotes strings for date extraction ...Joseph Kocherhans
2010-02-24[1.1.X] Fixed #12102 -- Corrected an example in the docs that suggested that ...Russell Keith-Magee
2010-02-24[1.1.X] Fixed #11933 -- Added versionchanged marker for the cache_db session ...Russell Keith-Magee
2010-02-24[1.1.X] Fixed #12152. DoesNotExist and MultipleObjectsReturned now subclass t...Joseph Kocherhans
2010-02-24[1.1.X] Fixed #11782 -- Added some Sphinx metadata to the file uploads docume...Russell Keith-Magee
2010-02-24[1.1.X] Fixed #12538 -- Added a note that pickles aren't stable during versio...Russell Keith-Magee
2010-02-24[1.1.X] Fixed #12880 -- Added some missing sphinx directives for module refer...Russell Keith-Magee
2010-02-24[1.1.X] Fixed #12951 -- Corrected README link for deployment. Thanks to carlj...Russell Keith-Magee
2010-02-23[1.1.X] Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input...Joseph Kocherhans
2010-02-23[1.1.X] Fixed an unspecified ordering in the expression tests that could lead...Jacob Kaplan-Moss