summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2010-04-12[1.1.X] Fixed #11711 -- clarified that ValuesQuerySets are not lists per se.Karen Tracey
2010-04-12[1.1.X] Fixed two small doc markup errors. Karen Tracey
2010-04-05[1.1.X] Fixed #11949 -- Added a hook to allow ModelAdmin customization of the...Russell Keith-Magee
2010-03-27[1.1.X] Fixed #13103 -- A bit of re-organization to the custom template `Mode...Gary Wilson Jr
2010-03-27[1.1.X] Fixed #13202 -- Documented required libraries for markup template tag...Gary Wilson Jr
2010-03-23[1.1.X] Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks...Russell Keith-Magee
2010-03-20[1.1.X] Fixed `fieldlookup` docs cross-reference directive, and added it to t...Justin Bronn
2010-03-16[1.1.X] Fixed #10361 -- Added documentation for ComboField and MultiValueFiel...Gary Wilson Jr
2010-03-15[1.1.X] Fixed #13114 -- Modified escapejs to produce output that is JSON comp...Russell Keith-Magee
2010-03-11[1.1.X] Corrected a markup error in middleware docs. Backport of applicable b...James Bennett
2010-03-08[1.1.X] Fixed #12024: Changed admin code to avoid raising an exception when a...Karen Tracey
2010-03-08[1.1.X] Fixed #12097 -- Cleaned up the documentation for ModelChoiceField and...Russell Keith-Magee
2010-03-03[1.1.X] Fixed #12601: Documented the slug field in the forms module. Backport...James Bennett
2010-03-03[1.1.X] Fixed #12217: Documented the fact that serving flatpages from the fla...James Bennett
2010-03-03[1.1.X] Fixed #11889: Documented the fact that context processors will overwr...James Bennett
2010-03-03[1.1.X] Fixed #11883: Documented how to set a custom template name on a flatp...James Bennett
2010-03-02[1.1.X] Fixed #12946: Removed an invalid example of url tag usage from the do...Karen Tracey
2010-03-01[1.1.X] Fixed #12987 - Added a few versionadded directives to the docs. Thank...Jannis Leidel
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-24[1.1.X] Fixed #11933 -- Added versionchanged marker for the cache_db session ...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-23[1.1.X] Fixed #12802 -- Specify the correct factory in the `InlineModelAdmin`...Justin Bronn
2010-02-23[1.1.X] Fixed #12837 -- Clarified the naming strategy for m2m intermediate ta...Russell Keith-Magee
2010-02-22[1.1.X] Fixed #12620 - Refer to better fieldname in defer docs. Thanks, dwillis.Jannis Leidel
2010-02-16[1.1.X] Fixed #10260 - Refactored internationalization documentation. Thanks,...Jannis Leidel
2010-01-28[1.1.X] Fixed #4140: Documented the ORA-06552 error that can occur when a key...Ian Kelly
2010-01-28[1.1.X] Fixed #11973 -- Corrected some misleading documentation regarding the...Russell Keith-Magee
2010-01-18[1.1.X] Fixed bad indentation in contenttypes code example so that cut and pa...Karen Tracey
2010-01-17[1.1.X] Fixed #9819 - Added exemplary documentation for comments app. Thanks ...Jannis Leidel
2010-01-17[1.1.X] Fixed #12496 - Added code examples to built-in filter documentation. ...Jannis Leidel
2010-01-16[1.1.X] Fixed #12622 - exists() mentioned in 1.1 docsLuke Plant
2010-01-16[1.1.X] Created a 'DB optimization' topic, with cross-refs to relevant sections.Luke Plant
2010-01-08[1.1.X] Updated the docs to suggest using ``*args, **kwargs`` when implementi...Russell Keith-Magee
2010-01-04[1.1.X] Fixed #12503 - form examples don't validate according to w3cLuke Plant
2010-01-01[1.1.X] Fixed #8468 - Updated class names in docs of Polish local flavor.Jannis Leidel
2010-01-01Typo fix for localflavor documentationJannis Leidel
2009-12-26[1.1.X] Fixed several broken and redirecting URLs in the documentation (fixes...Gary Wilson Jr
2009-12-26[1.1.X] Fixed #11570 -- Changed output in examples to unicode strings, thanks...Gary Wilson Jr
2009-12-26[1.1.X] Fixed #9465 -- Simplified API Reference documentation titles for easi...Gary Wilson Jr
2009-12-25[1.1.X] Form wizard documentation tweaks:Gary Wilson Jr
2009-12-25[1.1.X] Added a few Sphinx directives to the form API and template API docs.Gary Wilson Jr
2009-12-19[1.1.X] Fixed #12234 -- Create additional indexes that use the appropriate op...Justin Bronn
2009-11-23[1.1.X] Cleaned up the release notes index page, and added some stub 1.1.2 an...Russell Keith-Magee
2009-11-12[1.1.X] Fixed #12204 -- Corrected the use of :djadmin: links in the testing d...Russell Keith-Magee
2009-10-30[1.1.X] Fixed #12115 -- Corrected typo in admin documentation. Thanks encinas.Brian Rosner
2009-10-27Added a no-op {% csrf_token %} tag to 1.1.X, to ease transition of apps to 1.2Luke Plant
2009-10-27[1.1.X] Fixed #10996 - documented login CSRF vulnerabilities in the CsrfMiddl...Luke Plant
2009-10-24[1.1.X] Fixed #9163 - CsrfMiddleware needs to reset ETag headerLuke Plant
2009-09-28[1.1.X] Fixed #9674 - documented app_label.Luke Plant