summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2012-08-03Fixed #15932 - Documented how to supress multiple reverse relations to the sa...Tim Graham
2012-08-03[py3] Removed uses of sys.maxint under Python 3.Aymeric Augustin
2012-08-03Fixed #13904 - Documented how to avoid garbage collection messages in GIS.Tim Graham
2012-08-02Fixed #16941 - Clarified naturaltime output when the time is more than a day ...Tim Graham
2012-08-02Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London.Tim Graham
2012-07-28Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the report.Tim Graham
2012-07-25Merge pull request #220 from dirn/staticfiles-docs-typoFlorian Apolloner
2012-07-25Merge pull request #230 from pjdelport/cleanupAlex Gaynor
2012-07-25Merge pull request #232 from yohanboniface/ticket18667Alex Gaynor
2012-07-25Merge pull request #231 from kevin1024/masterJames Bennett
2012-07-25Fixed a typo in the admin reference docs.Aymeric Augustin
2012-07-25Ticket 18667: fix typo in CBV docYohan Boniface
2012-07-24Changed the word "brackets" to "parentheses"Kevin McCarthy
2012-07-24Clarified default name of M2M relationship DB table.Ramiro Morales
2012-07-25Fix typo.Piet Delport
2012-07-18Fix typo in staticfiles app documentationAndy Dirnberger
2012-07-17Merge pull request #215 from mgrouchy/add-interpreter-optionsAlex Gaynor
2012-07-17Adds interpreter option to shell command as per ticket #18639Mike Grouchy
2012-07-17Fixed #17788 -- Added batch_size argument to qs.bulk_create()Anssi Kääriäinen
2012-07-15Dropped support for GDAL < 1.5Claude Paroz
2012-07-15Fixed #18625 -- Removed old-style use of url tagAymeric Augustin
2012-07-14Deprecate two methods (which I seriously doubt anyone ever used, but they wer...Alex Gaynor
2012-07-13Updated links for MacOSX python installersClaude Paroz
2012-07-12Fixed #18617 -- Highlighted that the app_directories template loader depends ...Aymeric Augustin
2012-07-12Removed old gis install instructions for obsolete distrosClaude Paroz
2012-07-08Fixed #18173 - Corrected ModelAdmin documentation for get_changelist.Tim Graham
2012-07-08Fixed #18374 -- Explained "corrupt image" errorAymeric Augustin
2012-07-07Fixed #18164 -- Precised startapp template context contentClaude Paroz
2012-07-07Removed Django 1.0-specific sections.Aymeric Augustin
2012-07-07Fixed #18254 -- Added ability to the static template tags to store the result...Jannis Leidel
2012-07-05Fixed #17997 - Documented that the debug server is now multithreaded by default.Tim Graham
2012-07-03Added 'format_html' utility for formatting HTML fragments safelyLuke Plant
2012-07-03Documented utils.html.escape and conditional_escapeLuke Plant
2012-07-01Fixed #17436 - Added warning about overriding Model.__init__()Tim Graham
2012-07-01Fixed #16882 - Clarified why one should not use 'init_command' after initial ...Tim Graham
2012-06-30Fixed #18145 -- Improved documentation of unique_together type fieldsRaúl Cumplido
2012-06-30Fixed #17026 -- Improved wording of contrib.messages' storage backends sectionClaude Paroz
2012-06-30Fixed #16519 -- Deprecated mimetype kwarg of HttpResponse __init__Claude Paroz
2012-06-28Fixed a formatting issue in the CBV docs.Aymeric Augustin
2012-06-28Fixed #18306 -- Removed most of GeoDjango-specific deployment docsClaude Paroz
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-27Fixed #17511 - Removed reference to deprecated "reset" management command in ...Tim Graham
2012-06-26Fixed #17485 -- Made defer work with select_relatedAnssi Kääriäinen
2012-06-23Updated TEMPLATE_CONTEXT_PROCESSORS defaults in the docs.jnns
2012-06-22Corrected the `instance_dict` description for form wizards.Florian Apolloner
2012-06-19Fixed a documentation typo on the widget page.Tim Saylor
2012-06-19Fixed #14502 again -- saner verbatim closing tokenChris Beaven
2012-06-18Fixed #18444 -- Replace hard coded "View on Site" URLsDaniel Hepper
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
2012-06-08Cleaned whitespace errors introduced in previous commitAnssi Kääriäinen