summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2009-05-18Fixed #11137 -- Add missing base class in proxy model extra managers doc. Th...Karen Tracey
2009-05-17Fixed #10400: Added a note in the file uploads doc about the correct form typ...Karen Tracey
2009-05-17Fixed #10817 -- Corrected some grammar in the forms doc. Thanks nickretallac...Karen Tracey
2009-05-17Fixed #10855: Reference doc on creating superusers in the tutorial at the poi...Karen Tracey
2009-05-17Fixed #10971 -- Corrected code example involving redirect_chain in the testin...Karen Tracey
2009-05-17Fixed #11106 -- Corrected typo in models doc. Thanks mnieber.Karen Tracey
2009-05-17Fixed #11128 -- Misc. fixes and improvements to the model forms doc. Thanks ...Karen Tracey
2009-05-16Fixed #9206 -- Added documentation on savepoints, and how to use them to reco...Russell Keith-Magee
2009-05-14Fixed #10795: added a link to model formsets docs from the formsets docs.Jacob Kaplan-Moss
2009-05-14Fixed #10273: added an explanation of `SetPasswordForm` and `UserChangeForm` ...Jacob Kaplan-Moss
2009-05-14Fixed #10272: documented the signatures for the contrib.auth views. Thanks, I...Jacob Kaplan-Moss
2009-05-12Fixed #11063: updated install docs to mention mod_wsgi instead of mod_python.Jacob Kaplan-Moss
2009-05-07Fixed #9493 -- Corrected error handling of formsets that violate unique const...Russell Keith-Magee
2009-05-02Fixed #9206 -- Clarified documentation of transaction handling in raw SQL, an...Russell Keith-Magee
2009-05-02Fixed #10954 -- Corrected error in docs example describing extending the JSON...Russell Keith-Magee
2009-04-28Fixed #10898 -- Corrected minor error in conditional view processing example....Russell Keith-Magee
2009-04-16Fixed #10779 -- Corrected description of an example in the files docs. Thanks...Russell Keith-Magee
2009-04-16Fixed #10822 -- Corrected minor typo in i18n docs. Thanks to prairiedogg for ...Russell Keith-Magee
2009-04-12Fixed #10490 -- Small wording correction in the docs. Thanks, matehat.Malcolm Tredinnick
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-04-01Fixed #10031: updated SQLite database docs to more strongly indicate the prob...Jacob Kaplan-Moss
2009-03-31A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #...Jacob Kaplan-Moss
2009-03-31Fixed #9012: Changed inappropriate title of models documentation.James Bennett
2009-03-31Fixed #10306: Corrected form action in auth login example.James Bennett
2009-03-31Fixed #10120 -- Added a `return` to a doc example, patch from andrews.Gary Wilson Jr
2009-03-31Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...Gary Wilson Jr
2009-03-31Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,...Gary Wilson Jr
2009-03-30Fixed #9914 -- Fixed field class name in models docs, patch from timo.Gary Wilson Jr
2009-03-30Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save().Joseph Kocherhans
2009-03-25Fixed #10574 -- Documented interaction between annotations and order_by.Malcolm Tredinnick
2009-03-24Fixed #10503 -- Clarified docs on the operation of the noop option to {% tran...Russell Keith-Magee
2009-03-24Fixed #10437 -- Corrected typo in Widget media example. Thanks to Manuel Sael...Russell Keith-Magee
2009-03-24Fixed #10570 -- Grammar fix for Manager docs. Thanks to adamv.Russell Keith-Magee
2009-03-24Added versionadded markers for ModelForm field ordering, added in [10062].Russell Keith-Magee
2009-03-24A bunch of improvements for conditional HTTP processing.Malcolm Tredinnick
2009-03-23Added 1.1 beta release notes.Jacob Kaplan-Moss
2009-03-23Made default MIDDLEWARE_CLASSES same as in project_template.Luke Plant
2009-03-23Reverted 10094 and 10095 (in favour of solution that will hopefully land for ...Luke Plant
2009-03-22Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).Malcolm Tredinnick
2009-03-21Added a versionadded directive to new redirect shortcut (refs #10194).Gary Wilson Jr
2009-03-21Fixed #10194: added `django.shortcuts.redirect`, a do-what-I-mean redirect sh...Jacob Kaplan-Moss
2009-03-19Updated all refs to default middleware in docs.Luke Plant
2009-03-19Added some documentation explaining "managed=False" vs. "proxy=True".Malcolm Tredinnick
2009-03-18Fixed #10482 -- Unified access to response.context when inspecting responses ...Russell Keith-Magee
2009-03-18Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).Malcolm Tredinnick
2009-03-15Fixed #10507 -- Corrected formatting problem in ModelForm docs. Thanks to Pau...Russell Keith-Magee
2009-03-15Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...Gary Wilson Jr
2009-03-15Fixed #8164 -- Fields on a ModelForm are now ordered in the order specified i...Russell Keith-Magee
2009-03-15Documented patterns for adding extra managers to model subclasses.Malcolm Tredinnick
2009-03-15Clarified and expanded documentation for Manager.use_for_related_fields.Malcolm Tredinnick