summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2012-11-27[1.5.x] Bump version numbers for 1.5 beta 1.1.5b1James Bennett
2012-11-27Fixed a couple of typos in the 1.5 (and beta) release notes.Jacob Kaplan-Moss
Backport of [7cea123bdebd45dc1bafe02d57a90995e76c28a9] from master.
2012-11-27Added 1.5 beta release notes.Jacob Kaplan-Moss
Backport of [7a62339f595f03170903d04cbb3e170fd03c657b] 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-24[1.5.x] Fixed #19218 -- Added documentation note on limitations of signals ↵Russell Keith-Magee
with custom User models. Thanks to kunitoki@gmail.com for the report. Backport of fdb5c98d7ee54c7f89ec10b0203263f1f5b37510.
2012-11-23[1.5.x] Negligible style fix in docs.Aymeric Augustin
Backport of 5c81e9d.
2012-11-23[1.5.x] Fixed #18375 -- Removed dict-ordering dependency for F-expressionsAnssi Kääriäinen
F() expressions reuse joins like any lookup in a .filter() call - reuse multijoins generated in the same .filter() call else generate new joins. Also, lookups can now reuse joins generated by F(). This change is backwards incompatible, but it is required to prevent dict randomization from generating different queries depending on .filter() kwarg ordering. The new way is also more consistent in how joins are reused. Backpatch of 90b86291d022a09031d1df397d7aaebc30e435f7
2012-11-23[1.5.X] Changed if statement to a slightly cleaner variantWoLpH
Backport of eabb44417c from master
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] Spell checked 1.5 alpha release notesTim Graham
Backport of e94f8babc2 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] Fixed #16039 -- Made post_syncdb handlers multi-db aware.Aymeric Augustin
Also reverted 8fb7a9002669fb7ba7bec7df90b465b92e1ed3c2. Refs #17055. Backport of a026e48 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-22[1.5.X] Fixed #19317 - Added an image for warning blocks in the docsTim Graham
Thanks tome for the suggestion and patch. Backport of 3587991ba8 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-21[1.5.X] Fixed #19335 - Typo and cleanups in ↵Tim Graham
docs/topics/class-based-views/index.txt Backport of e2b1808196 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-19[1.5.X] Fixed typo in docs/releases/1.5.txtAnton Danilchenko
Backport of 3bdb2ca560 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] Fix typo in file storage docs.Aymeric Augustin
Backport of 4585e12 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] Fixed #16779 - Added a contributing tutorialTim Graham
Thank-you Taavi Taijala for the draft patch! Backport of 7058b595b6 from master
2012-11-17[1.5.x] Fixed #19310 -- changed method docs formatting for custom file ↵Preston Holmes
storage docs
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 #18985 -- made DeprecationWarnings loudPreston Holmes
Capture warnings in Python >= 2.7 and route through console handler, which is subject to DEBUG==True Thanks to dstufft for the idea, and claudep for initial patch
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-14[1.5.X] Fixed #19289 - Removed an out of place sentence in tutorial 2.Tim Graham
Thanks colinnkeenan for the report. Backport of 2dbfa66f4d from master
2012-11-13[1.5.x] fixed a broken link in the docs. Backport of ↵Alex Gaynor
1e34fd3c03e8f9a9e2b9be35488b8209178a4df0
2012-11-13[1.5.x] Correct link to SentryDavid Cramer
django-sentry is no longer maintained, and sentry is the replacement. Backport of 54fbe6c and c91a127 from master, as requested by Mr Gaynor.
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] Fixed #19260 - Added a comment to tutorial 1.Tim Graham
Thanks terwey for the suggestion. Backport of a72b8a2247 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
2012-11-09[1.5.x] Fixed #19266 -- Added Texinfo documentation targetClaude Paroz
Thanks orontee for the report and initial patch. Backport of a79d920a56 from master.
2012-11-07[1.5.x] Fixed #19115 -- Documented stdout/stderr options for call_commandClaude Paroz
Thanks d1ffuz0r for helping with the patch. Backport of b1ac329ba from master.
2012-11-06[1.5.X] Fixed #19161 - Added missing clean_password method in custom user docsTim Graham
Thanks DavidW for the report. Backport of e8f696097b from master
2012-11-06[1.5.X] Fixed #15968 - Noted that readonly_fields are excluded from the ↵Tim Graham
ModelForm Backport of a386675a6a from master