summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
Added -n to sphinx builds to catch issues going forward. Backport of 9b5f64cc6e from master.
2013-01-03[1.5.x] Update doc example for overriding change_form.htmlChris Beaven
Slightly reworded another related paragraph for clarity, too. Backport of 3f890f8.
2013-01-01[1.5.X] Fixed #19520 - Corrected some misleading docs about ↵Tim Graham
template_name_suffix. Thanks jnns for the report. Backport of 0d3f16b12e from master
2012-12-31[1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
Backport of acc5396.
2012-12-29[1.5.x] Fixed broken links, round 4. refs #19516Tim Graham
Backport of 067505ad19 from master
2012-12-29[1.5.x] Added links to default widget in forms.fields documentationClaude Paroz
Backport of 2d0b35d2bb from master.
2012-12-28[1.5.x] Fixed #19498 -- refactored auth documentationPreston Holmes
The auth doc was a single page which had grown unwieldy. This refactor split and grouped the content into sub-topics. Additional corrections and cleanups were made along the way.
2012-12-26[1.5.X] Fixed broken links, round 3. refs #19516Tim Graham
Backport of b3a8c9dab8 from master
2012-12-26[1.5.x] Updated documentation on localflavor translationsAymeric Augustin
to account for the deprecation of django.contrib.localflavor in 1.5. Refs #19482.
2012-12-26[1.5.x] Fixed #19518 -- Documented the deprecation of localflavor.Aymeric Augustin
Also moved the contrib deprecations at the top of their section and made minor markup fixes. Backport of 4500d35 from master.
2012-12-25[1.5.X] Fixed more broken links. refs #19516Tim Graham
Backport of 9c5a6adf33 from master
2012-12-22[1.5.x] Fixed #19497 -- Refactored testing docs.Ramiro Morales
Thanks Tim Graham for the review and suggestions. d19109fd37e75ccf29d2ca64370102753dbc7c5b from master.
2012-12-19[1.5.x] Added PASSWORD_HASHERS to settings reference document.Ramiro Morales
abd0f304b162b3120b1c7321fbfc3090e5f3c92c from master.
2012-12-18[1.5.X] Fixed #19470 - Clarified widthratio example.Tim Graham
Thanks orblivion for the suggestion. Backport of 6534a95ac3 from master
2012-12-16[1.5.X] Fixed #18718 - Documented django.utils.encoding.filepath_to_uriTim Graham
Backport of 507c081484 from master
2012-12-15[1.5.X] Removed obsolete contrib.comments upgrade guideClaude Paroz
The old comment system was pre-1.0. Backport of 44815bad6b from master
2012-12-14[1.5.x] Fixed #2304 -- Documented TRANSACTIONS_MANAGED.Aymeric Augustin
Backport of a001f3c.
2012-12-11[1.5.X] Fixed #19377 - Emphasized database host link in tutorialTim Graham
Backport of 0eed8ece32 from master
2012-12-07[1.5.x] Fixed #19444 -- Clarified IGNORABLE_404_URLS documentationClaude Paroz
Backport of 53b879f045 from master.
2012-12-04[1.5.x] Amended explanation of LOCALE_PATHS setting.Daniele Procida
Thanks Daniele Procida for the patch. 37abad73d6b61031ece67d8e58612cb39326d28e from master.
2012-11-29[1.5.x] Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
Thanks markteisman at hotmail.com for the report. Backport of 0eeae1505 from master.
2012-11-28[1.5.x] Fixed #19366 -- Prevented GEOSIndexError when comparing geometriesClaude Paroz
Thanks Craig de Stigter for the report and collaboration on the patch. Backport of cc3c4a9d5 from master.
2012-11-28[1.5.x] Fixed #19374 -- Typo in docs/ref/models/instances.txt.Jason Yan
Backport of eeaab083f from master.
2012-11-27[1.5.X] Fixed #19239 - Added examples for generic date viewsTim Graham
Thank-you Daniel Greenfeld and Scott Nixon. Backport of 38055222bd from master
2012-11-25[1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. ↵Julien Phalip
Thanks to rasca for the suggestion and to mateusgondim for the patch. Backport of ae206d78f6d991e
2012-11-25[1.5.x] Fixed two typos.Aymeric Augustin
Backport of f89901d from master.
2012-11-24[1.5.x] Fixed #19280 -- Raised an explicit exception for the old {% url %} ↵Aymeric Augustin
syntax. Backport of 6b8a7ce.
2012-11-23[1.5.X] Fixed #19348 - Clarified the units of filesizeformat.Tim Graham
Thanks george_edison for the report and Claude Paroz for the patch. Backport of 63e6cd1bb3 from master
2012-11-22[1.5.X] Fixed #19346 - Typo in docs/ref/contrib/gis/install/index.txtTim Graham
Backport of c13912ac7f from master
2012-11-22[1.5.X] Fixed #18974 - Warned against using models.permalinkTim Graham
Thanks dstufft for the draft patch. Backport of 0e3690d230 from master
2012-11-22[1.5.X] Documented behavior of get_or_create when multiple objects are returned.Tim Graham
Thanks Matt Lauber for the patch. Backport of 71a3162a70 from master
2012-11-22[1.5.X] Clarified usage of as_view kwargs for setting arguments on class ↵Tim Graham
based views Thanks Dave McLain for the patch. Backport of 7b2d95eb30 from master
2012-11-21[1.5.x] Added examples of using startproject/app with URLsPreston Holmes
thanks to Brent O'Connor for the idea and intial docs
2012-11-21[1.5.X] Fixed #19243 - Edited GeoDjango Tutorial for consistency and style.shepdl
Backport of 8e5573e99a from master
2012-11-20[1.5.x] Corrected docs about default value of MESSAGE_STORAGELuke Plant
Backport of a32f30c79c1be8e088917bced0f97760a92045ef from master
2012-11-19[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
Thanks to Lowe Thiderman for the patch and tests
2012-11-19[1.5.X] Fixed typo in docs/ref/models/querysets.txtAnton Danilchenko
Backport of 76859e6eab from master
2012-11-18[1.5.X] Fixed #19306 - Improved syndication example.Tim Graham
Thanks brycenesbitt for the report. Backport of 1f1f60d12f from master
2012-11-17[1.5.X] Fixed #19308 - Clarified stringformat filter exampleTim Graham
Thanks Shabda Raaj. Backport of 2564e31014 from master
2012-11-17[1.5.X] Fixed #13997 - Added an example of constructing a MultiWidget and ↵Tim Graham
documented the value_from_datadict method. Backport of 04775b4598 from master
2012-11-17[1.5.x] Fixed #19315 -- Improved markup in admin FAQ.Aymeric Augustin
Thanks ClaesBas. Backport of ccb2b57 from master.
2012-11-17[1.5.x] Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.Aymeric Augustin
Backport of 9b755a2 from master.
2012-11-17[1.5.x] Formatting tweaks.Tom Christie
(cherry picked from commit 3f2fc2f41abf226913517eb1e655f823f2c5e53a)
2012-11-17[1.5.x] Include `versionadded 1.5` directiveTom Christie
(cherry picked from commit 5bc6929f9af4d71065bce42578e49354096a7bf4)
2012-11-17[1.5.x] Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing ↵Tom Christie
hardcoded 'page'. (cherry picked from commit 502be865c68635d5c31fa3fa58162b48412153ad)
2012-11-17[1.5.X] Documented that contrib.sites creates a default site.Tim Graham
Thanks Lorin Hochstein for the patch. Backport of ac4aa8a76c from master
2012-11-16[1.5.X] Fixed docs noting comment_will_be_sent returns a 400, not a 403Brandon Adams
Backport of d8ee46afff from master
2012-11-13[1.5.x] Fixed #19283 -- Fixed typo in imports in CBV docs.Aymeric Augustin
Backport of 00ff69a from master.
2012-11-13[1.5.X] Typo in comments docNicolas Ippolito
Backport of 17b14d4819 from master
2012-11-09[1.5.x] Merge pull request #506 from gwrtheyrn/ipv6_doc_fixTim Graham
Fixed invalid ipv4 mapped ipv6 addresses in docs Backport of 19eb56a277291de8c25a0edcc7af111dac7518af from master