summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-10-31[1.2.X] Fixed #13503 -- Corrected misleading custom permission example in the...Ramiro Morales
2010-10-28[1.2.X] Fixed #14409 -- Fixed typo in docs/internals/documentation.txt. Thank...Russell Keith-Magee
2010-10-28[1.2.X] Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to ...Gabriel Hurley
2010-10-27[1.2.X] Documented options accepted by the runfcgi management command.Ramiro Morales
2010-10-25[1.2.X] Fixed #14047 -- Updated the CommonMiddleware docs to include sending ...Gabriel Hurley
2010-10-25[1.2.X] Fixed #10545 -- Mentioned that template context variables only exist ...Gabriel Hurley
2010-10-25[1.2.X] Removed obsolete 'date' filter -> 'now' tag link.Ramiro Morales
2010-10-24[1.2.X] Fixed #14551 -- corrected a type in the remote user auth documentatio...Alex Gaynor
2010-10-24[1.2.X] Fixed #13040 -- Added info on where to import File class from to File...Gabriel Hurley
2010-10-24[1.2.X] Fixed #11441 -- Improved signal topic guide, particularly regarding t...Gabriel Hurley
2010-10-23[1.2.X] Fixed #14526 -- Updated wording regarding the minimum Python version ...Gabriel Hurley
2010-10-23[1.2.X] Fixed #14541 -- Corrected an outdated bit of wording in the LANGUAGES...Gabriel Hurley
2010-10-23[1.2.X] Fixed #14537 -- Added documentation on where validators can be import...Gabriel Hurley
2010-10-23[1.2.X] Fixed #14545 -- Added ValidationError to Exceptions Reference docs an...Gabriel Hurley
2010-10-23[1.2.X] Fixed #14173 -- Added sections about contrib apps-provided commands t...Ramiro Morales
2010-10-23[1.2.X] Fixed #14463 -- Fixed links to new location of date/time format speci...Ramiro Morales
2010-10-22[1.2.X] Fixed #14534 -- updated an out of date link in the docs. Thanks to d...Alex Gaynor
2010-10-21[1.2.X] Revert [13850], this was a new feature not a bugfix.Chris Beaven
2010-10-20[1.2.X] Fixed #14477 -- Corrects several instances of "add" and "remove" m2m_...Gabriel Hurley
2010-10-20[1.2.X] Fixed #14432 -- Added an import statement which was previously implie...Gabriel Hurley
2010-10-20[1.2.X] Fixed #14493 -- Corrected use of the wrong attribute in the model val...Gabriel Hurley
2010-10-19[1.2.X] Fixed #7616 -- Added advice on unix socket permissions and umasks to ...Gabriel Hurley
2010-10-19[1.2.X] Fixed #14464 -- Strengthened the admonition regarding documentation v...Gabriel Hurley
2010-10-19[1.2.X] Fixed #14426 -- Removed "mysite" import statements from examples that...Gabriel Hurley
2010-10-15[1.2.X] Fixed #14307 -- Added a new crossref target to model field reference ...Gabriel Hurley
2010-10-15[1.2.X] Fixed #14307 -- Linked ChoiceField.choices docs to Field.choices docs...Gabriel Hurley
2010-10-15[1.2.X] Fixed #14376 -- added docs for previously undocumented Brazilian loca...Gabriel Hurley
2010-10-14[1.2.X] Fixed #5327 -- Added standardized field information to ModelChoiceFie...Gabriel Hurley
2010-10-13[1.2.X] Fix a typo in my bio. Backport of [14200]Chris Beaven
2010-10-12[1.2.X] Enabled area calculations for geography columns.Justin Bronn
2010-10-11[1.2.X] Updated version of PostGIS in GeoDjango install docs.Justin Bronn
2010-10-11[1.2.X] Added information about the "easy-pickings" keyword to the contributi...Gabriel Hurley
2010-10-10[1.2.X] Changed ModelForm.fields and ModelForm.exclude examples to use tuples...Gabriel Hurley
2010-10-10[1.2.X] Fixed typo in tutorial 01. Backport of [14129].Carl Meyer
2010-10-10[1.2.X] Fixed #6073 -- Made compilemessages 18n management command reject PO ...Ramiro Morales
2010-10-10[1.2.X] Fixed #14391 - Updated django-admin.1 man page to include newer comma...Andrew Godwin
2010-10-10[1.2.X] Add myself to committers. Backport of [14118]Chris Beaven
2010-10-10[1.2.X] Clarified information on OPTIONS setting (for adding additional param...Gabriel Hurley
2010-10-10[1.2.X] Makes links to form and field validation (and form reference docs in ...Gabriel Hurley
2010-10-10[1.2.X] Added additional information on what the APPEND_SLASH setting does. T...Gabriel Hurley
2010-10-10[1.2.X] Advises that the Ubuntu package manager drops the .py extension from ...Gabriel Hurley
2010-10-09[1.2.X] Fixed misspelling in model fields docs. Backport of [14096] from trunk.Carl Meyer
2010-10-09[1.2.X] Improved example to account for environments where cStringIO is not a...Gabriel Hurley
2010-10-09[1.2.X] Adds documentation for QuerySet.update() method. Thanks to dwillis an...Gabriel Hurley
2010-10-09[1.2.X] Fixed #13538 -- Clarified query examples with more explicit import st...Gabriel Hurley
2010-10-09[1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in v...Russell Keith-Magee
2010-10-09[1.2.X] Fixed #14255 -- factor project name out of app imports in tutorial. T...Simon Meers
2010-10-09[1.2.X] Corrects a typo in [14063]. Thanks to Russ for the report.Gabriel Hurley
2010-10-09[1.2.X] Fixed #13279 -- Made the paths in the Unix install docs more explicit...Gabriel Hurley
2010-10-09[1.2.X] Fixed #5677 -- update modpython stdout documentation. Thanks to Manfr...Simon Meers