summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2011-09-11[1.2.X] Bump to 1.2.7, refs #16804.1.2.7James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@16801 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-10[1.2.X] Bump to 1.2.6 for security release.1.2.6James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@16769 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-10[1.2.X] Altered the behavior of URLField to avoid a potential DOS vector, ↵Russell Keith-Magee
and to avoid potential leakage of local filesystem data. A security announcement will be made shortly. Backport of r16760 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@16766 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-10[1.2.X] Added protection against spoofing of X_FORWARDED_HOST headers. A ↵Russell Keith-Magee
security announcement will be made shortly. Backport of r16758 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@16764 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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-22[1.2.X] Fixed typo in forms API documentation.Simon Meers
Backport of r15896 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-21[1.2.X] Tweaked title level in custom file storage systems documentation.Ramiro Morales
Backport of [15888] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15889 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-14[1.2.X] Added backwards-incompatibility note for r15808.Carl Meyer
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15810 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-06[1.2.X] Fixed #3094 -- Updated docs to reflect actual behavior of XMLField. ↵Russell Keith-Magee
Thanks to PaulM for the patch. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15764 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-04[1.2.X] Fixed #11864 -- Improved the "see also" section of the many-to-one ↵Gabriel Hurley
model topic guide to more clearly connect people to the backwards-related objects docs and to the correct point in the model tests for sample code (since the doctests went away). Thanks to dwillis for the work on the patch. Backport of [15758] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15759 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-04[1.2.X] Fixed #15547 -- incorrect link in generic views reference page. 1.2 ↵Simon Meers
only. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15756 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-03-03[1.2.X] Added crossref targets for a couple of Django exceptions and cleaned ↵Gabriel Hurley
up related reST markup. Backport of [15733] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15734 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-03[1.2.X] Fixed #15541 -- Updated FAQ to point at djangosites.org instead of ↵Gabriel Hurley
defunct wiki page. Thanks to aaugustin for the report and draft patch. Backport of [15729] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15730 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-01[1.2.X] Reverted 'now' template tag documentation changes so it describes ↵Ramiro Morales
the real code implementation regarding (lack of) interaction with L10N machinery. Refs #15263. Thanks danielr for the report. Backport of [15678] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15679 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-28[1.2.X] Fixed #15395 -- Documented the modules/import paths for the various ↵Gabriel Hurley
decorators in `django.views.decorators`. Thanks to slinkp for the report. Backport of [15671] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15672 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-27[1.2.X] Converted the new contributions docs to unix line endings.Russell Keith-Magee
Backport of r15667 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15668 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-27[1.2.X] Fixed #14702 -- Added a "needsinfo" resolution to Trac, and added ↵Gabriel Hurley
supporting documentation on the new resolution and closing tickets in general. Backport of [15665] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15666 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-27[1.2.X] Fixed #15492 -- Documented the `invalid_date` and `invalid_time` ↵Gabriel Hurley
error keys for !SplitDateTimeField. Thanks to lode for the report. Backport of [15663] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15664 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-25[1.2.X] Fixed #14401 -- Added a contributing howto guide for new users. ↵Gabriel Hurley
Thank you to everyone who added their advice, feedback, and wisdom to the wiki article while constructing this new guide. Backport of [15645] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15646 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-22[1.2.X] Fixed #15257 - Add a link about field lookups to the tutorial; ↵Timo Graham
thanks dwillis. Backport of r15624 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15625 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 #15308 -- Sphinx/reST fixes for the Custom Model Fields docs.Gabriel Hurley
Backport of [15447] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15548 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-15[1.2.X] Fixed #15285 -- Corrected an erroneous import statement in the ↵Gabriel Hurley
testing docs. Thanks to kamal.mustafa for the report. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15543 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-11[1.2.X] Fixed #15243 -- More clearly document that the transaction functions ↵Alex Gaynor
needs to be called with a using parameter to work with a non-default database. Thanks to Jason Kotenko for the patch. Backport of [15489]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15490 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-10[1.2.X] Fixed #15253 -- Added 1.1.3 release notes, and added sections to the ↵Russell Keith-Magee
1.2.4 and 1.3 release notes about the December security announcement. Backport of r15485 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15486 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-10[1.2.X] Fixed #15253, #15259 -- Added 1.1.4 release notes, added a section ↵Russell Keith-Magee
on CSRF changes to the 1.3 release notes, and corrected the example in the 1.2.5 release notes. Thanks to Gary Wilson and Mark Hellewell for the reports. Backport of r15482 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-09[1.2.X] Fixed #15245 -- Added note about the CSRF AJAX exception to the ↵Russell Keith-Magee
1.2.5 release notes. Thanks to Matt Austin for the report. Backport of r15478 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15480 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-07[1.2.X] Fixed #15055 -- added information about (and an example of) the ↵Gabriel Hurley
csrf_token template tag to the forms documentation. Thanks to sneakyness for the report and bpeschier for the draft patch. Backport of [15445] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15446 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-07[1.2.X] Tweaked language markers in i18n topic document for better Sphinx ↵Ramiro Morales
syntax highlighting. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15442 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-02-02[1.2.X] Fixed #7325 -- Broken links for model documentation; thanks Justin ↵Timo Graham
Lilly. Backport of r15397 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15398 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-30[1.2.X] Fixed #15191 - typo in form validation docs; thanks berto for the ↵Timo Graham
report. Backport of r15372 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15373 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-30[1.2.X] Fixed #15134 -- Removed a duplicate TOC entry for modelforms docs. ↵Russell Keith-Magee
Thanks to Aryeh Leib Taurog for the report. Backport of r15366 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15368 bcc190cf-cafb-0310-a4f2-bffc1f526a37