summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-01[1.2.X] Removed reference to potential exception during template rendering-ti...Ramiro Morales
2010-11-30[1.2.X] Ensured that the test suite creates the default DB before any others.Jacob Kaplan-Moss
2010-11-30[1.2.X] Small grammar fix in 'user-uploaded files' comment from [14561]Ramiro Morales
2010-11-30[1.2.X] Fixed #14812 -- Made parsing of the If-Modified-Since HTTP header mor...Ramiro Morales
2010-11-29[1.2.X] Fixed #14777 -- Added docs on working around the Python CSV module's ...Gabriel Hurley
2010-11-29[1.2.X] Fixed #14775 -- Backports the changes in [13772], which documented an...Gabriel Hurley
2010-11-29[1.2.X] Fixed #14804 -- Metadata improvement, broken link fix, and alphabetiz...Gabriel Hurley
2010-11-29[1.2.X] Fixed #11152 - Add some classes to the template docs. Thanks adamv fo...Timo Graham
2010-11-28[1.2.X] Fixed #14762 - Add documention for ContentFile. Thanks jesh for the s...Timo Graham
2010-11-28[1.2.X] Fixed #14791 - Clarify additional note on save(). Thanks OldTroll.Timo Graham
2010-11-28Fixed #14758 - Remove entire method signatures from QuerySet headings - thank...Timo Graham
2010-11-28[1.2.X] Fixed #14790 - Fix reST in 1.0 porting guide - thanks adamv.Timo Graham
2010-11-27[1.2.X] Fixed #14785 - fixes to middleware docs - thanks adamv for the patch.Timo Graham
2010-11-27[1.2.X] Fixed #14789 - remove an unused link from docs/topics/install.txt. th...Timo Graham
2010-11-27[1.2.X] Fixed #14784 - Add links to docs/topics/files.txtTimo Graham
2010-11-27[1.2.X] Fixed #14783 - Links + style improvements to docs/topics/email.txt. T...Timo Graham
2010-11-26[1.2.X] Fixed #14744 - Add cross-links to docs/topics/http/views.txt. Thanks ...Timo Graham
2010-11-26Add back a colon that's needed but was removed in r14706Timo Graham
2010-11-26[1.2.X] Fixed #14782 - Add/fix links in docs/topics/cache.txt. Thanks to adam...Timo Graham
2010-11-26[1.2.X] Fixed a suite of errors in the ORM -- a) fixed calling values_list()....Alex Gaynor
2010-11-26[1.2.X] Fixed #14730 -- Fixed unclosed anchor tag in Mongolian translation. T...Jannis Leidel
2010-11-26[1.2.X] Fixed #14721 -- Made the THOUSAND_SEPERATOR a unicode string in a few...Jannis Leidel
2010-11-26[1.2.X] Fixes #14743 - Add sphinx links and other cleanups to topics/http/url...Timo Graham
2010-11-26[1.2.X] Fixed #14756 - fix typo in "related objects reference" docs. Thanks d...Timo Graham
2010-11-26Add myself to committersTimo Graham
2010-11-25[1.2.X] Fixed #14415 -- Corrected the process of creating and destroying test...Russell Keith-Magee
2010-11-24[1.2.X] Fixed #14771 -- corrected a typo in the testing docs. Thanks to Chri...Alex Gaynor
2010-11-24[1.2.X] Fixed #14700 - speed up RawQuerySet iterator.Luke Plant
2010-11-24[1.2.X] Fixed #14767 -- Reflowed paragraphs and cleaned up some markup/links ...Gabriel Hurley
2010-11-23[1.2.X] Fixed #14697 - speeded up model instance creation by moving work outs...Luke Plant
2010-11-22[1.2.X] Fixed #14754 -- corrected using an aggregate in an F expressions when...Alex Gaynor
2010-11-22[1.2.X] Fixed #14736 -- corrected an ungrammatical sentence in the template t...Gabriel Hurley
2010-11-21[1.2.X] Preventing problems possibly introduced by r14662Honza Král
2010-11-21[1.2.X] Fixed #14453 -- Changed handling of microseconds part in typecast_tim...Ramiro Morales
2010-11-21[1.2.X] Make django signals more thread-safe. Thanks milosu for the patch!Honza Král
2010-11-21[1.2.X] CZ Localflavor clean() incorrectly called super.__init__. Thanks for ...Honza Král
2010-11-21Fixes #13804 -- URLField validation failure for a url containing '://' on the...Chris Beaven
2010-11-20[1.2.X] Now possible to run the GeoDjango test suite with a minimal settings ...Justin Bronn
2010-11-20[1.2.X] Replaced an unnecessary UTF8 character in the admindocs docs. Thanks ...Gabriel Hurley
2010-11-20[1.2.X] Fixed #14727 -- Corrected three minor issues in the docs. Thanks to O...Gabriel Hurley
2010-11-20[1.2.X] Fixed a garbage character that was somehow introduced into some backp...Luke Plant
2010-11-20[1.2.X] Fixed hyperlinking of template tags for Sphinx >= 1.0Luke Plant
2010-11-20[1.2.X] Updated an old workaround described in the Oracle backend notes with ...Ian Kelly
2010-11-20[1.2.X] Fixed poorly-constructed test from r14612. Thanks to Alex Gaynor for ...Carl Meyer
2010-11-19Corrected some issues with the backport from [14627].Alex Gaynor
2010-11-19[1.2.X] Removed compatibility with Sphinx < 1.0 workarounds in our extension ...Ramiro Morales
2010-11-19[1.2.X] Fixed #13351: Added documentation about the cx_Oracle 'threaded' opti...Ian Kelly
2010-11-19[1.2.X] Corrected change in behavior regarding the page shown after the 'Save...Ramiro Morales
2010-11-19[1.2.X] Began converting localflavor doctests into unittests, starting with t...Alex Gaynor
2010-11-19[1.2.X] Bumped documentation-building requirements to Sphinx 1.0.2 and Pygmen...Carl Meyer