summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Collapse)Author
2011-05-09[1.2.X] Updated AJAX example code in CSRF docs to be consistent regarding ↵Luke Plant
what are safe HTTP methods Backport of [16202] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@16204 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-09[1.2.X] Fixed #15469 - CSRF token is inserted on GET requestsLuke Plant
Thanks to goran for report. Backport of [16191] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@16194 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-09[1.2.X] Fixed #15869 - example AJAX code in CSRF docs fails sometimes for ↵Luke Plant
IE7 or absolute same origin URLs Thanks to nick for the report. Backport of [16183] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@16185 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-17[1.2.X] Fixed #14133 -- Updated Windows installation instructions for ↵Justin Bronn
GeoDjango, now recommend the OSGeo4W installer for spatial libraries. Backport of r15872 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15873 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-16[1.2.X] Use Sphinx `:download:` directives for spatial database template ↵Justin Bronn
creation scripts instead of linking to geodjango.org. Backport of r15854 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15855 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-10[1.2.X] Fixed #15592 -- corrected an missing backtick in the syndication ↵Gabriel Hurley
docs. Thanks to bradley.ayers for the report and patch. Backport of [15793] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15794 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-03[1.2.X] Fixed #15504 -- Cleaned up contrib.syndication and ↵Gabriel Hurley
contrib.utils.feedgenerator docs. Corrected numerous reST problems, removed duplicate method declarations, corrected method signatures, etc. Thanks to slinkp for the report. Backport of [15739] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15740 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-28[1.2.X] Fixed #15365 -- Added a warning to the `contrib.markup` docs ↵Gabriel Hurley
reminding users that the marked up output will not be escaped. Backport of [15673] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15674 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-23[1.2.X] Fixed #15375 -- clarified apparent contradiction in Form Wizard ↵Simon Meers
documentation. Thanks to codysomerville for the report. Backport of r15633 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15634 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-22[1.2.X] Removed example CSRF jQuery code from release notes, replacing with ↵Luke Plant
link to improved code in the CSRF docs Backport of [15628] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-21[1.2.X] Fixed #11058 - list_display_links doesn't allow callables not ↵Luke Plant
defined in the model Thanks to dvine for the report and julien for the patch. Backport of [15619] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15621 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-21[1.2.X] Fixed #14835 -- Corrected a lack of indentation in the reST markup ↵Luke Plant
for docs/ref/contrib/admin/index.txt and reflowed the text accordingly. Thanks to cogat for the report. Backport of [14830] from trunk - approximate, because other changes have made it very hard to do exactly. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15620 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-20[1.2.X] Expanded InlineModelAdmin documentation a bit. Partial backport of ↵Ramiro Morales
[14882]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15595 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-16[1.2.X] Fixed #14820 -- Added more information to the generic relation docs ↵Gabriel Hurley
regarding different choices for storing PK references for a GenericForeignKey. Thanks to mrmachine for the all the work on the patch. Backport of [15545] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15546 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-14[1.2.X] Fixed "the the" typos.Timo Graham
Backport of r15536 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15537 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-14[1.2.X] Fixed a couple of documentation typos.Ramiro Morales
Backport of [15534] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-13[1.2.X] Updated GeoDjango installation docs and spatial database template ↵Justin Bronn
script for latest Ubuntu/Debian packages. Backport of r15520 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15521 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-12[1.2.X] Fixed #15284 - improved example jQuery code for adding X-CSRF-TokenLuke Plant
Using the ajaxSend event is better than beforeSend, because the beforeSend callback can have only one value, which makes it painful if it is needed by multiple bits of javascript. Thanks to LukeMaurer for report and initial patch. Backport of [15515] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15517 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-09[1.2.X] Fixed a security issue in the CSRF componenent. Disclosure and new ↵Alex Gaynor
release forthcoming. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15465 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-02[1.2.X] Fixed #15208 - Document ModelAdmin.formfield_for_choice_field; ↵Timo Graham
thanks julien. Backport of r15399 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15400 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-29[1.2.X] Fixed example use of deprecated function in GeoDjango tutorial.Justin Bronn
Backport of r15358 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15359 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-31[1.2.X] Fixed #13307 -- Enhanced the generic inlines documentation by ↵Ramiro Morales
mentioning the concrete Generic{Tabular,Stacked}Inline classes that should be used. Thanks loki77 for the report. Backport of [15124] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15125 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-28[1.2.X] Fixed #13837 - Add geodjango packages for Ubuntu 10.04; thanks ↵Timo Graham
muanis and zerok for the patch. Backport of r15075 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15076 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-27[1.2.X] Fixed #12642 - Add docs for has_[add|change|delete]_permission ↵Timo Graham
ModelAdmin methods. Thanks to MadeR for the report and for the wiki contributors from which I took language for this patch. Backport of r15066 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15067 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-26[1.2.X] Fixed #14000 - Remove versionadded/changed tags for 1.0. thanks ramiro!Timo Graham
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15056 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-25[1.2.X] Fixed #14956 - typo in messages docs. thanks alexarsh for the report.Timo Graham
Backport of r15049 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15050 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-22[1.2.X] Added some reST markup to avoid a warning during docs compilation.Russell Keith-Magee
Backport of r15022 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15023 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-22[1.2.X] Fixed #14439 -- Improved documentation for running the GeoDjango ↵Justin Bronn
test suite. Backport of r15015 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15016 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-13[1.2.X] Fixed #14805 -- Capitalize "Google" in sitemaps docs. Thanks, Adam.Jannis Leidel
Backport from trunk (r14884). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14905 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-11[1.2.X] Fixed #11470 - add documentation for ModelAdmin.message_user. thanks ↵Timo Graham
adamv. Backport of r14868 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14869 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-04[1.2.X] Fixed #12812 -- added warning about cyclic imports in ↵Simon Meers
contrib.comments. Thanks to Beetle_B, bjourne and philgyford for the reports, and Russ for the wording. Backport of r14810 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14811 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-29[1.2.X] Fixed #14804 -- Metadata improvement, broken link fix, and ↵Gabriel Hurley
alphabetization of template filters in contrib.humanize reference docs. Thanks to adamv for the patch. Backport of [14746] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14747 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-20[1.2.X] Replaced an unnecessary UTF8 character in the admindocs docs. Thanks ↵Gabriel Hurley
to Luke Plant for the report. Backport of [14646] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14647 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-20[1.2.X] Fixed a garbage character that was somehow introduced into some ↵Luke Plant
backported docs. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14641 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-07[1.2.X] Fixed #12975 -- Moved the docs for contrib.admindocs out of the ↵Gabriel Hurley
template docs and into their own reference section, and significantly improved the documentation of what admindocs can do. Thanks to jabapyth for the report, and whiteinge for the patch. Backport of [14484] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14485 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-07[1.2.X] Fixed #10904 -- Corrected inappropriate usage of the term "absolute ↵Gabriel Hurley
URL" throughout the docs. Replaced with the (RFC 2396-compliant) terms "absolute path reference" or "absolute path" as appropriate for the context. Thanks to sharan666 for the report, and Malcolm, Chris, and dwillis for their work in supplying a solution and patch. Backport of [14482] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-23[1.2.X] Fixed #14526 -- Updated wording regarding the minimum Python version ↵Gabriel Hurley
required for GeoDjango. Thanks to PaulM for the report. Backport of [14335] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14336 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-23[1.2.X] Fixed #14173 -- Added sections about contrib apps-provided commands ↵Ramiro Morales
to django-admin.py docs. Added documentation about changepassword, pointers to GeoDjango and sitemaps commands, grouped them by app. Backport of [14327] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14328 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-19[1.2.X] Fixed #14426 -- Removed "mysite" import statements from examples ↵Gabriel Hurley
that might teach people "bad habits" in regards to creating reusable apps. Thanks to idahogray for assisting with the patch (and sorry for forgetting the attribution in the patch on trunk). Backport of [14270] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14271 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-15[1.2.X] Fixed #14376 -- added docs for previously undocumented Brazilian ↵Gabriel Hurley
localflavor fields. Thanks to henriquebastos for the report and patch. Backport of [14229] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-12[1.2.X] Enabled area calculations for geography columns.Justin Bronn
Backport of r14189 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14190 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-11[1.2.X] Updated version of PostGIS in GeoDjango install docs.Justin Bronn
Backport of r14150 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09[1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in ↵Russell Keith-Magee
various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch Backport of r14069 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14072 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-08[1.2.X] Fixed #14383 -- Corrected the capitalization of reStructuredText. ↵Russell Keith-Magee
Thanks to timo for the patch. Backport of r14017 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14025 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-08[1.2.X] Fixed #14221 -- Cleaned up some text in the GIS tutorial. Thanks to ↵Russell Keith-Magee
Grant <renderbox@gmail.com> for the report. Backport of r14006 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-05[1.2.X] Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - ↵Luke Plant
standardize Site/RequestSite usage in various places. Many thanks to gabrielhurley for putting most of this together. Also to bmihelac, arthurk, qingfeng, hvendelbo, petr.pulc@s-cape.cz, Hraban for reports and some initial patches. The patch also contains some whitespace/PEP8 fixes. Backport of [13980] from trunk. Some items could be considered features (i.e. supporting RequestSite in various contrib apps), others are definite bugs, but it was much more robust to backport all these tightly related changes together. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13987 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-05[1.2.X] Fixed #11358: Don't include private flatpages in sitemap. Thanks ↵Luke Plant
dburke and mlavin. Backport of [13734] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13985 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-28[1.2.X] Refactored markup documentation to give it it's own home.Russell Keith-Magee
Backport of r13647 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13649 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-27[1.2.X] Fixed #14116 -- Added a flag to enable CSRF checks in the test ↵Russell Keith-Magee
client. Thanks to jon@licq.org for the suggestion. Backport of r13640 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13642 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-26[1.2.X] Fixed #14172: Corrected misspelling of explicitly. Thanks 3point2. Karen Tracey
r13638 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13639 bcc190cf-cafb-0310-a4f2-bffc1f526a37