summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2015-05-20[1.8.x] Fixed typo in docs/ref/contrib/admin/index.txtlatyas(懒)
Backport of 8b106cfaa07dc04ad27a1a90c1eb03af80111695 from master
2015-05-18[1.8.x] Fixed typos in docs/ref/request-response.txtI am Clinton
Backport of e4f0e5a981e1965bd6b6b5d51f87499fa5f780b3 from master
2015-05-17[1.8.x] Fixed #24630 -- Clarified docs about RunPython transactions.Tim Graham
Thanks Markus Holtermann for review. Backport of 307acc745a4e655c35db96f96ceb4b87597dee49 from master
2015-05-13[1.8.x] Fixed broken link in settings docsPiotr Jakimiak
Backport of ca51c559154fe11008c6b59d908e1c957c30cac6 from master
2015-05-08[1.8.x] Fixed #24763 -- Moved DoesNotExist exception to model docs.David Krisch
Backport of 1a62f197078eae72eba85f23aabacc06ad4c7d79 from master
2015-05-07[1.8.x] Fixed typo in docs/ref/models/expressions.txtIan Foote
Backport of 756a7272529bb014b9543f4a169e9c8abd2a0a4b from master
2015-05-06[1.8.x] Fixed typos in docs/ref/contrib/gis/geoquerysets.txtSławomir Ehlert
Backport of 64ed8cdc9f2f7333b2a9fd6b318f520278c39293 from master
2015-05-05[1.8.x] Fixed #24736 -- Documented the Sitemap.limit attributeAbhaya Agarwal
Backport of 9096e2b5f75abf8e8882937bd3c3d47ccdc24e25 from master
2015-05-01[1.8.x] Updated capitalization in the word "JavaScript" for consistencyDave Hodder
Backport of 08c980d752bc7f31f146facadfec3d284c4115c6 from master
2015-04-29[1.8.x] Fixed #24665 -- Clarified model field flag defaults.Tim Graham
Backport of 2b086229a2a6c786e32da37b6b122c2cc894450f from master
2015-04-25[1.8.x] Fixed #24704 -- Clarified system check interaction with runserver.Tim Graham
Backport of 0f2e82b9ec9797147945a6f9a402b5ae0fb1d9f4 from master
2015-04-24[1.8.x] Fixed #24656 -- Added missing imports to query expressions doc.Nicolas Noé
Backport of 37682368a604e08f3135375c85529e566492a352 from master
2015-04-24[1.8.x] Fixed #24695 -- Tidied up a couple of regexes in the CBV docsAlasdair Nicol
Thanks datakid for the report Backport of b9e972b96171236c40a8a922c62d36b49854ee52 from master
2015-04-24[1.8.x] Documented INSTALLED_APPS requirement for HStoreField.Tim Graham
Backport of 618bc4e65316681314522f63522c419fb6f7285e from master
2015-04-22[1.8.x] Fixed #24613 -- Added example to QuerySet.defer() documentationRichard Eames
Backport of dd99f57710bb4930561a6c049f54719af80850ec from master
2015-04-21[1.8.x] Fixed #24672 -- Clarified note about installing postgis_topologyClaude Paroz
Thanks Serhiy Zahoriya for the suggestion and Tim Graham for the review. Backport of 6e8cb75e3e from master.
2015-04-21[1.8.x] Fixed #24682 -- Corrected a few generic editing view linksSteve Hiemstra
Backport of 258d81acbee252693569e3d4e5f95d3dfe3b0638 from master
2015-04-20[1.8.x] Fixed #24668 -- Amended ModelAdmin.save_formset() example for #10284.Tim Graham
Thanks Carsten Fuchs. Backport of e15c55e2bf5eb2f1073d18b4ee6fdce2369820f2 from master
2015-04-20[1.8.x] Amended get_all_related_objects() backwards compatible replacement.Neal Todd
Backport of d84f01ff08922c70f9bb0861846c8ace0764b2dc from master
2015-04-18[1.8.x] Removed DateTimeQuerySet from docs.Tim Graham
Obsolete since refs #23867. Backport of e9fdecf98417e39a93c81a854a780550321a9795 from master
2015-04-17[1.8.x] Fixed #24657 -- Fixed include template tag example.Tim Graham
Thanks pattypatpat for the report. Backport of f47c796b52a3c504d487c2484153fa5d90a25a74 from master
2015-04-16[1.8.x] Fixed #24644 -- Added HTTP_ACCEPT to example headers list.Abdulrahman Alotaibi
Backport of 62261ddd0f2d5f2e6bcce013f2913cdb1b1f0be0 from master
2015-04-16[1.8.x] Fixed #24645 -- Documented use of HStoreExtension.Tim Graham
Backport of d3bf5e7b0016edc02e125699c0b0d3aa93404940 from master
2015-04-14[1.8.x] Fixed typos in docs/ref/templates/api.txtTim Graham
Backport of c612786cf15e2e1d00162ed4e335e83b75e6c978 from master
2015-04-14[1.8.x] Fixed formatting in docs/ref/templates/builtins.txtMaxime Lorant
Backport of 6023312dde022d31d44373e8834431456095dc7c from master
2015-04-09[1.8.x] Fixed typo in docs/ref/contrib/admin/index.txtandredelorme
Backport of d5d92260bbc5b00abc9d59a1987efb6a322bd3cd from master
2015-04-08[1.8.x] Fixed #24600 -- Fixed inaccurate example in template Context docs.Tim Graham
Thanks pattypatpat for the report. Backport of 3acefcefeb5283473ac35d7e842027814d57d574 from master
2015-04-07[1.8.x] Fixed typo in docs/ref/models/expressions.txtlampslave
Backport of 800240cb1dda2c4ff7182df3566d744c6c377bf7 from master
2015-03-31[1.8.x] Fixed typo in docs/ref/templates/builtins.txtJoost Rijneveld
Backport of 48ddc66219deaac2aa5fa3d2cb0f420404d6b8ec from master
2015-03-29[1.8.x] Fixed #24281 -- Improved docs for timezone handling for auto_now and ↵Christopher Luc
auto_now_add Thanks djbug for the report and Aymeric Augustin and Carl Meyer for the review. Backport of 8119876d4a533fbc2ba4d1c30eaddbcc28119488 from master
2015-03-27[1.8.x] Fixed #24469 -- Refined escaping of Django's form elements in ↵Moritz Sichert
non-Django templates. Backport of 1f2abf784a9fe550959de242d91963b2ad6f7e9c from master
2015-03-25[1.8.x] Added some missing newlines in docs/ref/validators.txt.Tim Graham
Backport of f4cc0c40a85a8cbba6d2e4cd3158070dfd8645a2 from master
2015-03-22[1.8.x] Fixed #23814 -- Pointed localflavor documentation to external packageIacopo Spalletti
Edited localflavor doc to point to the external package documentation, leaving just the 'How to migrate' section in Django. Backport of 87fed9444033533ad7105c4b1e4ffc5d7854a2c6 from master.
2015-03-22Fixed #24485 -- Allowed combined expressions to set output_fieldJosh Smeaton
2015-03-20[1.8.x] Fixed #24503 -- Added docs on LANGUAGE_CODE fallback change in 1.8.Tim Graham
Thanks Pakal and Claude. Backport of 8219eabbba6e8f6d8569792615935011b5cf0771 from master
2015-03-18[1.8.x] Fixed #24495 -- Allowed unsaved model instance assignment check to ↵Karl Hobley
be bypassed. Backport of 81e1a35c364e5353d2bf99368ad30a4184fbb653 from master
2015-03-17[1.8.x] Updated links to latest version of PostGIS docs.Tim Graham
Backport of 53d11c6821b7b347e0eeefb96168cc1861715a6b from master
2015-03-17[1.8.x] Updated location of gis_tests in docs.Tim Graham
Backport of 64b9393ae279fde1ac535348458b3ff960177225 from master
2015-03-17[1.8.x] Refs #24485 -- Renamed some expression typesJosh Smeaton
Backport of 88d798d71a20662bdf5335f0586fb9eb6e660c57 from master
2015-03-16[1.8.x] Documented Context.get() method.Preston Timmons
Backport of 4d9414098bd98aacd241827a01f6ad2dff71f113 from master
2015-03-16[1.8.x] Fixed #24486 -- Documented method to provide output_field to mixed F ↵Josh Smeaton
expressions Backport of 820381d38bc02ea8b92837ce869e7332a7db9913 from master
2015-03-14[1.8.x] Fixed doc typos.Floris den Hengst
Backport of e42a720ba22a51c68d2316d425234a197eaff467 from master
2015-03-13[1.8.x] Refs #24462 -- Emphasized that order_by() clears previous ordering.Tim Graham
Backport of b9d9ab23bdcc404708aada664e718a9d56415ca3 from master
2015-03-13[1.8.x] Documented gdal DataSource encoding parameterClaude Paroz
Thanks Max Demars for the suggestion and Tim Graham for the review. Backport of a8991b9b9f1 from master.
2015-03-12[1.8.x] Fixed typo in docs/ref/models/fields.txtSteven Das
Backport of 53bc6e2e98b4889082049f50718b13f8d5d84b6b from master
2015-03-12[1.8.x] Fixed #24364 -- Doc'ed that ManifestStaticFileStorage shouldn't be ↵Aksel Ethem
used during testing. Backport of b4d8b16e5109170614ba505e36f60c2ad64dafc2 from master
2015-03-12[1.8.x] Fixed wrong operator in iri_to_uri() docsldrumm
Backport of 27ad12a9b865bf3deebd165360f73ace722cee31 from master
2015-03-11[1.8.x] Fixed #24414 -- Added examples of Prefetch object usage to the docs.Sean Wang
Backport of a3e89f13dfb1f22a26ead8b06b37695598a4421a from master
2015-03-11[1.8.x] Fixed typo in current_app deprecation note.Preston Timmons
Backport of 6b605be5fe5ec62f6a927f868fc0f4e3413cd9e3 from master
2015-03-10[1.8.x] Fixed download instructions for cities shapefileClaude Paroz
Thanks Daniel Wiesmann for spotting the issue. Backport of 57d42aef97 from master.