summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2010-10-25[1.2.X] Fixed #14047 -- Updated the CommonMiddleware docs to include sending ↵Gabriel Hurley
broken link email notifications. Thanks to Leon Matthews for the report and patch. Backport of [14532] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14353 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-25[1.2.X] Fixed #10545 -- Mentioned that template context variables only exist ↵Gabriel Hurley
in the scope of th block in which they're assigned. Thanks to yaniv.haber for the report and timo for the patch. Backport of [14350] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14351 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-25[1.2.X] Removed obsolete 'date' filter -> 'now' tag link.Ramiro Morales
Backport of [14346] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14347 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-24[1.2.X] Fixed #14551 -- corrected a type in the remote user auth ↵Alex Gaynor
documentation. Thanks to mag for the report and fix. Backport of [14344]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14345 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-24[1.2.X] Fixed #13040 -- Added info on where to import File class from to ↵Gabriel Hurley
File reference docs, and improved Sphinx formatting. Thanks to stherrien for the report. Backport of [14339] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14340 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-24[1.2.X] Fixed #11441 -- Improved signal topic guide, particularly regarding ↵Gabriel Hurley
the weak and dispatch_uid parameters to the Signal.connect method. Thanks to Mike_A and sayane for the report, and gremmie for the draft patch. Backport of [14337] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14338 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 #14541 -- Corrected an outdated bit of wording in the ↵Gabriel Hurley
LANGUAGES setting docs. Thanks to akelm for the report and suggested fix. Backport of [14333] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14334 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-23[1.2.X] Fixed #14537 -- Added documentation on where validators can be ↵Gabriel Hurley
imported from to Validators Reference docs, and improved Sphinx formatting and metadata. Thanks to rfugger for the report. Backport of [14331] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14332 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-23[1.2.X] Fixed #14545 -- Added ValidationError to Exceptions Reference docs ↵Gabriel Hurley
and improved Sphinx metadata. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14330 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-23[1.2.X] Fixed #14463 -- Fixed links to new location of date/time format ↵Ramiro Morales
specifiers docs. Thanks epicserve for the report. Backport of [14325] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14326 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-22[1.2.X] Fixed #14534 -- updated an out of date link in the docs. Thanks to ↵Alex Gaynor
d0ugal for the report and Frank Wiles for the patch. Backport of [14318]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14319 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-21[1.2.X] Revert [13850], this was a new feature not a bugfix.Chris Beaven
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-20[1.2.X] Fixed #14477 -- Corrects several instances of "add" and "remove" ↵Gabriel Hurley
m2m_changed signal actions not having been updated to "pre_add", "post_add", etc. Thanks to slink and andrews for reporting several instances of it, and andrews for the draft patch. Backport of [14304] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14305 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-20[1.2.X] Fixed #14432 -- Added an import statement which was previously ↵Gabriel Hurley
implied in tutorial 3's URLconf to make it as explicit as possible for new users. Thanks to gorus for the report and andrews for the patch. Backport of [14302] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-20[1.2.X] Fixed #14493 -- Corrected use of the wrong attribute in the model ↵Gabriel Hurley
validation example pseudo-code. Thanks to wogan for the report and patch. Backport of [14300] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-19[1.2.X] Fixed #7616 -- Added advice on unix socket permissions and umasks to ↵Gabriel Hurley
fastcgi deployment documentation. Thanks to Malcolm Tredinnick for the report and advice, and PaulM and cramm for reviewing the patch. Backport of [14276] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14277 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-19[1.2.X] Fixed #14464 -- Strengthened the admonition regarding documentation ↵Gabriel Hurley
versions at the end of the install docs. Thanks to PaulM for the report. Backport of [14274] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14275 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 #14307 -- Added a new crossref target to model field reference ↵Gabriel Hurley
docs and fixed broken relative link in form field reference docs. Thanks to adamv for the report. Backport of [14234] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14235 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-15[1.2.X] Fixed #14307 -- Linked ChoiceField.choices docs to Field.choices ↵Gabriel Hurley
docs to explain the formatting options available. Thanks to adamv for the report and Russ for the suggested fix. Backport of [14231] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14232 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-14[1.2.X] Fixed #5327 -- Added standardized field information to ↵Gabriel Hurley
ModelChoiceField and ModelMultipleChoiceField documentation. Thanks to danielrubio for the report and PhiR for the text. Backport of [14214] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14215 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-13[1.2.X] Fix a typo in my bio. Backport of [14200]Chris Beaven
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14201 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-11[1.2.X] Added information about the "easy-pickings" keyword to the ↵Gabriel Hurley
contributing docs. Thanks to Russ for the report and cmheisel for the patch. Backport of [14154] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-10[1.2.X] Changed ModelForm.fields and ModelForm.exclude examples to use ↵Gabriel Hurley
tuples instead of lists since they were used inconsistently throughout the page (it wasn't hurting anything, but consistency is nice). Thanks to lspcity for the report and gruszczy for the patch. Backport of [14134] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14135 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-10[1.2.X] Fixed typo in tutorial 01. Backport of [14129].Carl Meyer
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14130 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-10[1.2.X] Fixed #6073 -- Made compilemessages 18n management command reject PO ↵Ramiro Morales
files with BOM. Backport of [14125] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14126 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-10[1.2.X] Fixed #14391 - Updated django-admin.1 man page to include newer ↵Andrew Godwin
commands. Thanks to laurentluce for the patch. Backport of [14120] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14121 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-10[1.2.X] Add myself to committers. Backport of [14118]Chris Beaven
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14119 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-10[1.2.X] Clarified information on OPTIONS setting (for adding additional ↵Gabriel Hurley
parameters when connecting to a database) and linked to Database Backend docs. Thanks to chris@cwroofs for the report. Backport of [14114] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-10[1.2.X] Makes links to form and field validation (and form reference docs in ↵Gabriel Hurley
general) more readily available from form topic overview. Thanks to john_fries for the report. Backport of [14112] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14113 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-10[1.2.X] Added additional information on what the APPEND_SLASH setting does. ↵Gabriel Hurley
Thanks to ttencate for the report and draft text. Backport of [14110] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-10[1.2.X] Advises that the Ubuntu package manager drops the .py extension from ↵Gabriel Hurley
django-admin.py. Thanks to islands for the report and d0ugal for the patch. Backport of [14108] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14109 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09[1.2.X] Fixed misspelling in model fields docs. Backport of [14096] from trunk.Carl Meyer
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14097 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09[1.2.X] Improved example to account for environments where cStringIO is not ↵Gabriel Hurley
available. Thanks to rubic for the report and niall for the patch. Backport of [14076] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14077 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09[1.2.X] Adds documentation for QuerySet.update() method. Thanks to dwillis ↵Gabriel Hurley
and timo for the majority of the wording. Backport of [14074] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14075 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09[1.2.X] Fixed #13538 -- Clarified query examples with more explicit import ↵Gabriel Hurley
statements and model vs. instance differentiation. Thanks to yipengh87 and kmtracey for the report, and timo for the patch. Backport of [14070] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14073 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-09[1.2.X] Fixed #14255 -- factor project name out of app imports in tutorial. ↵Simon Meers
Thanks to adamend for the report and initial patch. Backport of r14066 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14067 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09[1.2.X] Corrects a typo in [14063]. Thanks to Russ for the report.Gabriel Hurley
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14065 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09[1.2.X] Fixed #13279 -- Made the paths in the Unix install docs more ↵Gabriel Hurley
explicit. Thanks to KathyManwaring for the report and stumbles for the patch. Backport of [14062] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14063 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09[1.2.X] Fixed #5677 -- update modpython stdout documentation. Thanks to ↵Simon Meers
Manfred Wassmann for the report, nickefford for the initial patch and Graham Dumpleton for the expert advice. Backported of r14059 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09[1.2.X] Added myself to the committers list.Ramiro Morales
Backport of [14051] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14052 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09[1.2.X] Fixed #5537 -- document trailing '+' on related_name for supressing ↵Simon Meers
backward relation. Thanks to dcramer for the report, and Russ for pointing out the workaround. Backport of r14049 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14050 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09[1.2.X] Added myself to committers. Backport of [14047].Carl Meyer
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14048 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-08[1.2.X] Fixed #14023 -- include non_field_errors in example. Thanks to ↵Simon Meers
konryd for the report and patch. Backport of r14041 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14042 bcc190cf-cafb-0310-a4f2-bffc1f526a37