summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Collapse)Author
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-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-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-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-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-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-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-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 #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-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-23[1.2.X] Fixed a couple of broken internal links in the documentation.Ramiro Morales
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15028 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-21[1.2.X] Fixed #14910 -- Clarified the order of precedence of loading ↵Jannis Leidel
translation catalogues. Thanks, vanschelven. Backport from trunk (r14998). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15002 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-29[1.2.X] Fixed #14777 -- Added docs on working around the Python CSV module's ↵Gabriel Hurley
lack of Unicode support. Thanks to adamv for the report and draft patch. Backport of [14749] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14750 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-29[1.2.X] Fixed #14775 -- Backports the changes in [13772], which documented ↵Gabriel Hurley
an undocumented feature from 1.0. Thanks to jweyrich for the report, and timo and leovitch for the patch (again). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14748 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-16[1.2.X] Corrected 'email' to 'e-mail' in error reporting docs.Luke Plant
Backport of [14571] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14572 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-07[1.2.X] Fixed #12975 -- Moved the docs for contrib.admindocs out of the ↵Gabriel Hurley
template docs and into their own reference section, and significantly improved the documentation of what admindocs can do. Thanks to jabapyth for the report, and whiteinge for the patch. Backport of [14484] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14485 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-27[1.2.X] Documented options accepted by the runfcgi management command.Ramiro Morales
Also, modified our custom management command option docs xref parser to also process those without a ``--`` prefix. -- Refs #14398. Backport of [14361] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14363 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-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-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-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] 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 #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-08[1.2.X] Fixed #14384 -- Updated mod_wsgi docs to match documented best ↵Russell Keith-Magee
practice. Thanks to monokrome for the report and wogan for the patch. Backport of r14016 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14024 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-19[1.2.X] Fixed #14141: docs now use the :doc: construct for links between ↵Jacob Kaplan-Moss
documents. Thanks, Ramiro Morales. Backport of [13608] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-06-21[1.2.X] Fixed #13747 -- Reverted documentation suggesting the use of ↵Russell Keith-Magee
self.stdout/err in management commands in 1.2. Thanks to metamemetics for the report. Strictly, self.stdout/err is a feature addition; however, it's a feature that is required in order to achieve a massive speedup in the tests and to maintain parity between 1.2.X and trunk tests. However, the feature is completely transparent -- the old technique will work fine, it just isn't as testable. Therefore, we'll treat this as an undocumented feature in the 1.2 branch. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13364 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-06-05Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating ↵Russell Keith-Magee
another set of expensive flush calls. Thanks to Eric Holscher for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13319 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-12Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro.Karen Tracey
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10Fixed #12135 -- Clarified custom template tag example. Thanks to EvilDMP for ↵Russell Keith-Magee
the report, and timo for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10Fixed #12517 -- Corrected get_prep_lookup example in custom field docs. ↵Russell Keith-Magee
Thanks to django@pressure.net.nz for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13213 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10Fixed #12621 -- Corrected grammar error in custom template tag docs. Thanks ↵Russell Keith-Magee
to beemzet for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13212 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-08Fixed #9170 -- added improved custom management command documentation.Brian Rosner
Thanks to David Fischer and Eric Holscher for their work on initial patches. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13138 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-15Fixed #13184 -- Document the requirement that custom model fields using ↵Russell Keith-Magee
SubfieldBase should probably implement formfield. Thanks to Mark L. for the report, and to Joseph and Honza for the guidance on the solution. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12979 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-11Fixed #13084: Corrected typo in error-reporting docs.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12757 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-06Fixed #11680: Added a note in the error-reporting documentation about basic ↵James Bennett
e-mail configuration. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-24Fixed #12880 -- Added some missing sphinx directives for module references. ↵Russell Keith-Magee
Thanks to psagers for the report, and timo for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-23Fixed #10258: handle duplicate file names better.Jacob Kaplan-Moss
Instead of just continually appending "_" to duplicate file names, Django's default storage now appends `_1`, `_2`, `_3`, etc. Thanks to ianschenck and Thilo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12552 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-21Fixed #11714 - Document a few of the i18n function that can be used outside ↵Jannis Leidel
views and templates. Thanks, Jarek Zgoda and Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12473 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-16Fixed #10260 - Refactored internationalization documentation. Thanks, Ramiro ↵Jannis Leidel
Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12440 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-09Removed docs that assume developer might be using Python < 2.4Luke Plant
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12400 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-26Fixed several broken and redirecting URLs in the documentation (fixes ↵Gary Wilson Jr
#12219, refs #12427). git-svn-id: http://code.djangoproject.com/svn/django/trunk@11994 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-22Documentation markup fixes.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11956 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
This monster of a patch is the result of Alex Gaynor's 2009 Google Summer of Code project. Congratulations to Alex for a job well done. Big thanks also go to: * Justin Bronn for keeping GIS in line with the changes, * Karen Tracey and Jani Tiainen for their help testing Oracle support * Brett Hoerner, Jon Loyens, and Craig Kimmerer for their feedback. * Malcolm Treddinick for his guidance during the GSoC submission process. * Simon Willison for driving the original design process * Cal Henderson for complaining about ponies he wanted. ... and everyone else too numerous to mention that helped to bring this feature into fruition. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-16Fixed #12385: Made built-in field type descriptions in admindocs ↵Karen Tracey
translatable again. Many thanks to Ramiro for the problem report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11878 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-14Fixed #6262 -- Added a cached template loader, and modified existing ↵Russell Keith-Magee
template loaders and tag to be cacheable. Thanks to Mike Malone for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11862 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-13Apply doc addition that somehow was left out of r11833. Refs #7977.Karen Tracey
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11841 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-09-12Fixed #11780 -- Corrected a typo in the static file serving docs. Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-08-13Fixed #11573: Updated Nginx url. Thanks bryanveloso.Karen Tracey
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11442 bcc190cf-cafb-0310-a4f2-bffc1f526a37