summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
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-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-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 #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-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-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-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-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-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
2011-01-25[1.2.X] Fixed #14038 -- Added information to release notes and version ↵Ramiro Morales
changed|added markers to documentation additions for the new template loeaders API introduced in version 1.2. Thanks 3point2 for the report. Backport of [15309] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15310 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-22[1.2.X] Fixed #15141 - remove some deprecated storage engines from the MySQL ↵Timo Graham
notes; thanks mariuz for the suggestion. Backport of r15282 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15283 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-11[1.2.X] Fixed #15045 - Typo auto_add_now -> auto_now_add; thanks dr_gone for ↵Timo Graham
the report. Backport of r15171 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15172 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-03[1.2.X] Fixed #15002 - Fix title casing to conform to style guidelines. ↵Timo Graham
thanks adamv. Backport of r15135 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15136 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-29[1.2.X] Fixed #14842 - Indent the model Meta options. Thanks adamv.Timo Graham
Backport of r15110 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-29[1.2.X] Fixed #13452 - Document that regroup can be used with any template ↵Timo Graham
lookup. Thanks shacker for the suggestion and draft patch. Backport of r15108 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15109 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-29[1.2.X] Fixed #14712 - Add an example for the post_syncdb signal. Thanks ↵Timo Graham
Frank Wiles for the patch. Backport of r15104 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15105 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-29[1.2.X] Fixed #14959 - Add a link to localflavor in the model field docs. ↵Timo Graham
Thanks PaulM for the suggestion, elbarto for the patch. Backport of r15096 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15097 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-29[1.2.X] Fixed #7726 -- Added validation of max_digits and decimal_places ↵Ramiro Morales
options to DecimalField model field. Thanks theevilgeek for the report and elbarto for the patch. Backport of [15094] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15095 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-29[1.2.X] Fixed a crossref formatting problem in the signals reference docs.Gabriel Hurley
Backport of [15092] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15093 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-29[1.2.X] Fixed #14403 -- Provided some extra resources on the difference ↵Gabriel Hurley
between FloatField and DecimalField in the model field reference. Thanks to typeshige for the report and trebor74hr and dmedvinsky for the draft patch. Backport of [15090] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15091 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-28[1.2.X] Fixed #14905 -- Corrected some misleading linking and language in ↵Gabriel Hurley
the FileField docs. Thanks to Keryn Knight for the report and draft patch. Backport of [15088] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-28[1.2.X] Fixed #14912 -- Expanded documentation for the urlize template ↵Gabriel Hurley
filter. Thanks to adamv for the draft patch. Backport of [15086] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15087 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-28[1.2.X] Fixed #11496 - note that DecimalField max/min_value should be ↵Timo Graham
type(decimal.Decimal); thanks adamv. Backport of r15084 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-28[1.2.X] Fixed #14708 - Document available keys for form field error ↵Timo Graham
messages; thanks adamv. Backport of r15080 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15081 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-28[1.2.X] Fixed #14320 - Add a note about lack of timezone support in MySQL. ↵Timo Graham
Thanks RauntyDave for the suggestion, adamv for the patch. Backport of r15078 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15079 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-27[1.2.X] Fixed #6181 - Document `django.views.decorators.http` - thanks adamv ↵Timo Graham
for the patch. Backport of r15064 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15065 bcc190cf-cafb-0310-a4f2-bffc1f526a37