summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2010-03-25Fixed #13200 -- Updated the DB session backend to make full use of routers, d...Russell Keith-Magee
2010-03-23Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks to nomu...Russell Keith-Magee
2010-03-20Fixed `fieldlookup` docs cross-reference directive, and added it to the query...Justin Bronn
2010-03-16Fixed #10361 -- Added documentation for ComboField and MultiValueField form f...Gary Wilson Jr
2010-03-15Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. T...Russell Keith-Magee
2010-03-11Fixed #13072: Corrected a few markup and formatting errors in the documentation.James Bennett
2010-03-10Fixed #11711 -- clarified that ValuesQuerySets are not lists per se.Malcolm Tredinnick
2010-03-10Fixed three small doc markup errors.Malcolm Tredinnick
2010-03-08Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condit...Luke Plant
2010-03-08Fixed #12024: Changed admin code to avoid raising an exception when a field l...Karen Tracey
2010-03-08Fixed #12097 -- Cleaned up the documentation for ModelChoiceField and Multipl...Russell Keith-Magee
2010-03-08Fixed #13037 -- Added documentation for the css_classes() helper class. Thank...Russell Keith-Magee
2010-03-06Fixed #13036: Corrected a typo in the documentation for the TEMPLATE_LOADERS ...James Bennett
2010-03-03Fixed #12969: Use versionadded directive for the new --symlinks option to the...James Bennett
2010-03-03Fixed #12601: Documented the slug field in the forms module.James Bennett
2010-03-03Fixed #12217: Documented the fact that serving flatpages from the flatpage mi...James Bennett
2010-03-03Fixed #11889: Documented the fact that context processors will overwrite pre-...James Bennett
2010-03-03Fixed #11883: Documented how to set a custom template name on a flatpage.James Bennett
2010-03-02Fixed #12946: Removed an invalid example of url tag usage from the docs.Karen Tracey
2010-03-01Fixed #12987 - Added a few versionadded directives to the admin docs. Thanks,...Jannis Leidel
2010-02-27Fixed #12964 - wrong path for CSRF decorators in upgrading notes.Luke Plant
2010-02-26Fixed #12968 - Added missing versionadded/-changed doc markers for r12466. Th...Jannis Leidel
2010-02-26Fixed #12967 - Added missing versionadded/-changed doc markers for r11964. Th...Jannis Leidel
2010-02-26Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro...Russell Keith-Magee
2010-02-24Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks,...Joseph Kocherhans
2010-02-24Fixed #11933 -- Added versionchanged marker for the cache_db session backend....Russell Keith-Magee
2010-02-24Fixed #12538 -- Added a note that pickles aren't stable during version update...Russell Keith-Magee
2010-02-23Fixed #12802 -- Specify the correct factory in the `InlineModelAdmin` docs. ...Justin Bronn
2010-02-23Fixed #12800 -- Clarified the text describing the palettes available to djang...Russell Keith-Magee
2010-02-23Fixed #12837 -- Clarified the naming strategy for m2m intermediate tables. Th...Russell Keith-Magee
2010-02-23Fixed #12916 -- Added a missing versionadded marker for the m2m_changed signa...Russell Keith-Magee
2010-02-22Fixed #11687: the `add` filter is now less failsome when faced with things th...Jacob Kaplan-Moss
2010-02-22Fixed #9147 -- Added `FormPreview.process_preview` customization hook. Thank...Justin Bronn
2010-02-21Fixed #9764 - Updated EmailField and URLField to support IDN (Internationaliz...Jannis Leidel
2010-02-21Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...Jannis Leidel
2010-02-21Fixed #12620 - Refer to better fieldname in defer docs. Thanks, dwillis.Jannis Leidel
2010-02-21Fixed #12877 - Typo in settings docs. Thanks Timo.Jannis Leidel
2010-02-16Fixed #7050 - Allow the makemessages command to optionally ignore paths when ...Jannis Leidel
2010-02-16Fixed #6380 - Follow symlinks when examining source code and templates for tr...Jannis Leidel
2010-02-16Fixed #10260 - Refactored internationalization documentation. Thanks, Ramiro ...Jannis Leidel
2010-02-10Fixed #12839 - noted change of import path for csrf_exempt decoratorLuke Plant
2010-01-28Fixed #4140: Documented the ORA-06552 error that can occur when a keyword is ...Ian Kelly
2010-01-28Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1...Russell Keith-Magee
2010-01-27Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r...Russell Keith-Magee
2010-01-26Fixed #12508 - Added ability to dynamically add inlines in the admin app.Jannis Leidel
2010-01-25Fixed #12672 -- Added the ability to configure which applications are availab...Russell Keith-Magee
2010-01-25Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave...Russell Keith-Magee
2010-01-23Added color configuration for HTTP 304, since it doesn't require as much atte...Russell Keith-Magee
2010-01-22Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...Russell Keith-Magee
2010-01-18Fixed #12638 -- Minor documentation cleanups around the new class-based test ...Russell Keith-Magee