summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
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-28[1.2.X] Added note to 1.2.5 release notes about ModelAdmin.lookup_allowed changeLuke Plant
Backport of [15352] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15353 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-27[1.2.X] Fixed #13662 -- Added an entry in the README to direct people to the ↵Russell Keith-Magee
instructions for running the test suite, and cleaned up that section of the docs. Thanks to mir for the report, and to cogat and gg for the draft text. Backport of r15342 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15345 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-26[1.2.X] Fixed #6456 - Excised FileField file deletion to avoid data loss. ↵Carl Meyer
Thanks to durdinator for the report. Backport of r15321 from trunk. Backported despite slight backwards-incompatibility due to potential for data loss. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15322 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-26[1.2.X] Fixed #15163 - typo in email docs; thanks metal for the report.Timo Graham
Backport of r15311 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15312 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-18[1.2.X] Refs #14661 -- Clarified the handling of initial data injected via ↵Russell Keith-Magee
custom SQL. This is BACKWARDS INCOMPATIBLE CHANGE for anyone relying on SQL-injected initial data in a test case. Backport of r15239 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-16[1.2.X] Fixed #13628 - Discourage the use of doctests; thanks d0ugal for the ↵Timo Graham
suggestion. Backport of r15227 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15228 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-16[1.2.X] Fixed #15062 -- Documented the fact that managers must be able to be ↵Russell Keith-Magee
shallow copied. Thanks to Ian Clelland for the report, and Łukasz Rekucki for the help diagnosing the problem. Backport of r15220 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15221 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 #10078 - Document use of locales in management commands. ↵Timo Graham
Thanks gregoire for the suggestion and ramiro for the patch. Backport of r15141 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15142 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-31[1.2.X] Some small fixes to DB optimization docs.Luke Plant
Backport of [15122] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15123 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-31[1.2.X] Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for ↵Timo Graham
the report. Backport of r15117 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15118 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-30[1.2.X] Fixed #13912 - Fixed AliasMatch regex in modwsgi docs. Thanks ↵Timo Graham
SmileyChris for the report. Backport of r15115 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15116 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 #12193 - Add details to the i18n documentation for translation ↵Timo Graham
of model classes (relations and methods). Thanks Maxime Petazzoni and Ramiro for work on the patch. Backport of r15102 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15103 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-29[1.2.X] Fixed #13961 - note that reverse URL lookups can't be done within a ↵Timo Graham
blocktrans tag. Thanks garrison for the report and richardb and zerok for work on the patch. Backport of r15100 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15101 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-29[1.2.X] Fixed #14277 - Clarify path names in modwsgi docs; thanks neitpiet ↵Timo Graham
for the report, elbarto for the patch. Backport of r15098 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15099 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 #13397 - Include third level headings in the TOC. thanks cyang ↵Timo Graham
for the suggestion, rleland for the patch. Backport of r15073 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15074 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-27[1.2.X] Fixed #12313 - Add a note that QuerySet.delete() doesn't necessarily ↵Timo Graham
call obj.delete(). thanks FunkyELF for the suggestion. Backport of r15071 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15072 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-27[1.2.X] Fixed #14890 - Clarify poll "index" page in tutorial. thanks ↵Timo Graham
dbaggott for the report. Backport of r15069 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15070 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
2010-12-26[1.2.X] Fixed #13949 - Note that readonly fields can't be modified via ↵Timo Graham
custom clean methods. thanks alk for the suggestion and elbarto and Gabriel Hurley whose language I used in the final patch. Backport of r15060 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15061 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 #13020 - add clarifying note to SessionStore. thanks elbarto ↵Timo Graham
for the patch. Backport of r15053 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15054 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-25[1.2.X] Fixed #14927 - typo in model option docs. thanks tiliv.Timo Graham
Backport of r15051 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15052 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