summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-06[1.2.X] Fixed #14746 - Add links to docs/ref/request-response.txt. Thanks adamv.Timo Graham
2010-12-05[1.2.X] Fixed #14841 -- added xrefs to topics/db/models. Thanks adamv.Simon Meers
2010-12-05[1.2.X] Fixed #14745 - add links to topics/http/shortucts.txt. thanks adamv f...Timo Graham
2010-12-05[1.2.X] Fixed #13162 and #11597 -- Improved the file handling documentation: ...Gabriel Hurley
2010-12-05[1.2.X] Fixed #13605 -- Improved documentation of the django.core.files.stora...Gabriel Hurley
2010-12-05[1.2.X] Fixed #14833 -- Skip the sitemaps localization test if i18n isn't ena...Russell Keith-Magee
2010-12-05[1.2.X] Fixed #14799 -- Provided a full solution for test database creation o...Russell Keith-Magee
2010-12-04[1.2.X] Fixed #14120 - Document get() in Making Queries - thanks danielr and ...Timo Graham
2010-12-04[1.2.X] Fixed #12407 - Document 'call_command' - thanks UloPe for the suggest...Timo Graham
2010-12-04[1.2.X] Fixed #9033 - Add bullets to QuerySet extra() arguments. thanks julie...Timo Graham
2010-12-04[1.2.X] Fixed #14811 - Add clarifying note to render_to_response - thanks adamv.Timo Graham
2010-12-04[1.2.X] GeoDjango test suite housekeeping. Moved data into fixtures for `rel...Justin Bronn
2010-12-04[1.2.X] Fixed #12812 -- added warning about cyclic imports in contrib.comment...Simon Meers
2010-12-04[1.2.X] Fixed #14807 -- Ensure that boolean values aren't localized as T.rue ...Russell Keith-Magee
2010-12-04[1.2.X] Fixed a broken test introduced in [14786].Alex Gaynor
2010-12-04[1.2.X] Removed all usages of deprecated TestCase methods (self.fail*). This...Alex Gaynor
2010-12-04[1.2.X] Fixed #14737 -- Moved the docstring comment for the cache_page decora...Russell Keith-Magee
2010-12-04[1.2.X] Fixed #14795 -- Ensure that get_all_permissions() returns the right r...Russell Keith-Magee
2010-12-04[1.2.X] Normalized the name order of arguments. There's no actual bug here, o...Russell Keith-Magee
2010-12-04[1.2.X] Fixed #13190 -- Improved error handling for the case where no authent...Russell Keith-Magee
2010-12-04[1.2.X] Fixed #14819 -- Corrected typo in serializer docstring. Thanks to str...Russell Keith-Magee
2010-12-04[1.2.X] Fixed #14764 -- specified that a set is returned by User.get_..._perm...Simon Meers
2010-12-03[1.2.X] Fixed #14700 -- ensure that a raw query is only executed once per ite...Alex Gaynor
2010-12-03[1.2.X] Added a regression test for r14781.Ian Kelly
2010-12-03[1.2.X] Fixed the Oracle environment variables not getting set correctly unde...Ian Kelly
2010-12-02[1.2.X] Fixed grammar and tweaked notes about MySQL database/table collation ...Ramiro Morales
2010-12-02[1.2.X] Fixed broken German localflavor test introduced in r14627. Thanks for...Jannis Leidel
2010-12-02[1.2.X] Fixed #8217 -- Correctly sort files in FilePathFields on older Python...Jannis Leidel
2010-12-02[1.2.X] Fixed #8342 -- Removed code from the admin that assumed that you can'...Jannis Leidel
2010-12-01[1.2.X] Fixed result ordering assumptions in the select_related tests.Ian Kelly
2010-12-01[1.2.X] Fixed a bug in date queries with GIS backends introduced in [14716]. ...Alex Gaynor
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