summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2010-10-10[1.2.X] Changed ModelForm.fields and ModelForm.exclude examples to use tuples...Gabriel Hurley
2010-10-10[1.2.X] Fixed #6073 -- Made compilemessages 18n management command reject PO ...Ramiro Morales
2010-10-10[1.2.X] Makes links to form and field validation (and form reference docs in ...Gabriel Hurley
2010-10-09[1.2.X] Fixed #13538 -- Clarified query examples with more explicit import st...Gabriel Hurley
2010-10-09[1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in v...Russell Keith-Magee
2010-10-09[1.2.X] Corrects a typo in [14063]. Thanks to Russ for the report.Gabriel Hurley
2010-10-09[1.2.X] Fixed #13279 -- Made the paths in the Unix install docs more explicit...Gabriel Hurley
2010-10-08[1.2.X] Fixed #14023 -- include non_field_errors in example. Thanks to konryd...Simon Meers
2010-10-08[1.2.X] Fixed #14274 -- Added admonition about using -Wall when you run tests...Russell Keith-Magee
2010-10-08[1.2.X] Fixed #14421 -- Clarified the english in the i18n documentation. Than...Russell Keith-Magee
2010-10-08[1.2.X] Fixed #14225 -- Added a documentation marker (and a 1.2.2 release not...Russell Keith-Magee
2010-09-29[1.2.X] Fixed #14182 - documented how to modify upload handlers when using Cs...Luke Plant
2010-09-12[1.2.X] Add warning when using cache keys that might not work withMalcolm Tredinnick
2010-09-07[1.2.X] Fixed #13853 - line with csrf_token too wideLuke Plant
2010-09-03[1.2.X] Fixed #13754 - Add a note about a test client session property gotchaLuke Plant
2010-08-30[1.2.X] Fixed #13759 - Multi-db docs have an example that isn't syntax highli...Luke Plant
2010-08-27[1.2.X] Fixed #14116 -- Added a flag to enable CSRF checks in the test client...Russell Keith-Magee
2010-08-23[1.2.X] Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro f...Russell Keith-Magee
2010-08-23[1.2.X] Fixed #3051 -- Documented the requirements for standalone testing. Th...Russell Keith-Magee
2010-08-23[1.2.X] Fixed #14147 -- Added documentation metadata for new assertQuerysetEq...Russell Keith-Magee
2010-08-20[1.2.X] Clarified some markup in the discussion of fixture loading in testcases.Russell Keith-Magee
2010-08-19[1.2.X] Fixed #14141: docs now use the :doc: construct for links between docu...Jacob Kaplan-Moss
2010-08-16[1.2.X] Fixed #14118 -- Removed a reference to the "Python" serializer.Russell Keith-Magee
2010-08-07[1.2.X] Fixed #10952 -- Corrected the documentation for the behavior of passw...Russell Keith-Magee
2010-08-07[1.2.X] Fixed #11735 -- Corrected an example of FormSet subclassing. Thanks t...Russell Keith-Magee
2010-08-07[1.2.X] Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to t...Russell Keith-Magee
2010-08-07[1.2.X] Fixed #13658 -- Added missing command in JavaScript example. Thanks t...Russell Keith-Magee
2010-08-07[1.2.X] Fixed #13661 -- Corrected example in the serialization docs. Thanks t...Russell Keith-Magee
2010-08-07[1.2.X] Fixed #13718 -- Corrected typo in model docs. Thanks to gvkalra for t...Russell Keith-Magee
2010-08-07[1.2.X] Fixed #13594 -- Corrected typo in email docs. Thanks to mostrovsky fo...Russell Keith-Magee
2010-08-05[1.2.X] Fixed #13946 -- Modified the database cache backend to use the databa...Russell Keith-Magee
2010-08-04[1.2.X] ixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.Jacob Kaplan-Moss
2010-07-05[1.2.X] Doc updates missed in [13424]Luke Plant
2010-07-05[1.2.X] Fixed #13880 - added 2.7 to list of supported versions of PythonLuke Plant
2010-07-05[1.2.X] Small corrections/improvements to DB optimization docs.Luke Plant
2010-06-24[1.2.X] Fixed error in AnonymousUser docs since [12316]Luke Plant
2010-05-28Fixed #13634 -- Migrated aggregation tests to use unittest. This removes a fl...Russell Keith-Magee
2010-05-17Fixed #13551 -- Corrected import in ModelForms example. Thanks to libber for ...Russell Keith-Magee
2010-05-14Fixed #13532 -- Corrected and clarified examples in F() docs. Thanks to erw f...Russell Keith-Magee
2010-05-12Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro.Karen Tracey
2010-05-12Fixed #13524 -- Added backwards compatibility and feature notes regarding adm...Russell Keith-Magee
2010-05-10Fixed #11908 -- Clarified the role and usage of the ManagementForm in formset...Russell Keith-Magee
2010-05-10Fixed #12505 -- Clarified the use of the extra argument in formsets. Thanks t...Russell Keith-Magee
2010-05-10Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks ...Russell Keith-Magee
2010-05-10Fixed #13158 -- Clarified that OneToOneField is a better option for User prof...Russell Keith-Magee
2010-05-10Fixed #13329 -- Corrected markup problem with URL pattern in generic views do...Russell Keith-Magee
2010-05-09Fixed #13317 - Clarified documentation about how the blocktrans and trans tem...Jannis Leidel
2010-05-09Fixed #13316 -- Added clarifying note about cross-database relations.Russell Keith-Magee
2010-05-09Fixed #11933 -- Corrected the naming of the cached_db session backend. Thanks...Russell Keith-Magee
2010-05-09Fixed #12278 -- Corrected an example usage of string_concat. Thanks to loumz ...Russell Keith-Magee