summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2012-11-04Removed redundant docs addition across two commitsPreston Holmes
2012-11-04Merge pull request #496 from pydanny/ticket_19241Bryan Veloso
2012-11-04Fixed #19241 -- Improved floatformat docsDaniel Greenfeld
2012-11-04Demonstrate how to round to integers using floatformat templatetagDaniel Greenfeld
2012-11-04Added multi-column indexes to the 1.5 release notes.Alex Gaynor
2012-11-04Fixed formatting of get_FOO_display exampleEric Davis
2012-11-04Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...Alex Gaynor
2012-11-04Fixed #19090 - Added PostgreSQL connection note.Tim Graham
2012-11-03Fixed #17549 -- Added a clickable link for URLFields in admin change list.Ulrich Petri
2012-11-03Fixed #16841 - Documented a couple ModelAdmin methodsTim Graham
2012-11-02Deprecated depth kwarg on select_related.Preston Holmes
2012-11-02Fixed #19120 - Added an example of using ModelAdmin methods for read-only fie...Tim Graham
2012-11-02Cleaned up contrib.admin install instructions.Tim Graham
2012-11-01Added WizardView.file_storage exception message and docsTim Graham
2012-11-01Fixed #19179 - Added mention of NamedUrlSessionWizard and NamedUrlCookieWizar...Tim Graham
2012-10-31Fixed #17083 -- Allowed sessions to use non-default cache.Aymeric Augustin
2012-10-29Fixed #19209 -- Documented |date:"I".Aymeric Augustin
2012-10-28Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin
2012-10-27Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin
2012-10-24Fixed #9471 - Expanded ModelAdmin.raw_id_fields docs; thanks adroffne for the...Tim Graham
2012-10-24Fixed #6527 -- Provided repeatable content accessAymeric Augustin
2012-10-21Removed inaccurate statement from the StreamingHttpResponse docs.Aymeric Augustin
2012-10-20Fixed #13869 - Warned that QuerySet.iterator() doesn't affect DB driver cachi...Tim Graham
2012-10-20Fixed #7581 -- Added streaming responses.Aymeric Augustin
2012-10-20Fixed arguments for get_inline_instances example; refs #17856Tim Graham
2012-10-20Fixed #17856 -- Passed obj to get_inline_instancesAymeric Augustin
2012-10-20Fixed #5611 -- Restricted accepted content types in parsing POST dataClaude Paroz
2012-10-20Fixed #17006 - Documented ModelAdmin get_form() and get_formsets()Tim Graham
2012-10-20Separated GIS installation docs in sectionsClaude Paroz
2012-10-18Fixed #18046 - Documented than an index is created by default for ForeignKeys...Tim Graham
2012-10-17Fixed an error in cookie documentationPreston Holmes
2012-10-17Fixed #18473 - Fixed a suggestion that GZipMiddleware needs to be first in th...Tim Graham
2012-10-15Added docs link to new third-party Lithuanian localflavorAdrian Holovaty
2012-10-13Added ref to format localization in Date[Time]Field docsClaude Paroz
2012-10-13Fixed #19119 -- Corrected default date input formats in docsClaude Paroz
2012-10-12Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5Tim Graham
2012-10-12Updated localflavor docs to note the new packagesAdrian Holovaty
2012-10-12Fixed #19028 -- Support GeoJSON output with SpatiaLite 3.0+Brian Galey
2012-10-11Fixed #14165 - Documented that TransactionMiddleware only applies to the defa...Tim Graham
2012-10-09Fixed #19097 -- documented module of origin for HttpRes/req objectsPreston Holmes
2012-10-07Added section about URL reversion to URL mapper document.Ramiro Morales
2012-10-06More URL mapping documentation fixes.Ramiro Morales
2012-10-06Refactored URL mapping documentation.Ramiro Morales
2012-10-06Fixed #17435 - Clarified that QuerySet.update returns the number of rows matchedTim Graham
2012-10-05Fixed #19072 -- Corrected an external file path in GeoIP docsClaude Paroz
2012-10-05Merge pull request #425 from Osmose/queryset_doc_typoPreston Holmes
2012-10-05Fixed typo in queryset docs under update method.Michael Kelly
2012-10-04Fixed #17207 -- Added a troubleshooting note about failing createdbJohn Paulett
2012-10-04Readded docs anchor removed in 92b5341b and still in useClaude Paroz
2012-10-03Fixed #19006 - Quoted filenames in Content-Disposition header.Tim Graham