summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-01-27Fixed #13662 -- Added an entry in the README to direct people to the instruct...Russell Keith-Magee
2011-01-26Copied in-development 1.2.5 release notes to trunk.Carl Meyer
2011-01-26Fixed #6456 - Excised FileField file deletion to avoid data loss. Thanks to d...Carl Meyer
2011-01-26Fixed #15153 - removed obsolete sentence in tutorial; thanks LeSphinx for the...Timo Graham
2011-01-26Fixed #15163 - typo in email docs; thanks metal for the report.Timo Graham
2011-01-25Fixed #14038 -- Added information to release notes and version changed|added ...Ramiro Morales
2011-01-24Rationalised CompatCookie/SimpleCookie into single SimpleCookie class with al...Luke Plant
2011-01-24Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that de...Russell Keith-Magee
2011-01-22Fixed #15147 - Typo in "Managing static files"; thanks ori for the report.Timo Graham
2011-01-22Fixed #15141 - remove some deprecated storage engines from the MySQL notes; t...Timo Graham
2011-01-22Fixed #15133 - Some markup issues in the docs; thanks Aryeh Leib Taurog for t...Timo Graham
2011-01-21Fixed a typo in the docs, thanks to sunoano for the report.Alex Gaynor
2011-01-21Update contributing documentation for changed translation policy.Jannis Leidel
2011-01-20Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...Carl Meyer
2011-01-19Corrected an outdated reference to cmemcache in contributing docs.Carl Meyer
2011-01-18Fixed #15109 - typo in middleware docs; thanks colinsullivan for the report.Timo Graham
2011-01-18Refs #14661 -- Clarified the handling of initial data injected via custom SQL.Russell Keith-Magee
2011-01-16Fixed #15080 - Add -v0 to collectstatic fabric example. Thanks hvdklauw.Timo Graham
2011-01-16Fixed #13628 - Discourage the use of doctests; thanks d0ugal for the suggestion.Timo Graham
2011-01-16Fixed #15030 - ModelAdmin media docs don't mention STATIC_URL. Thanks jezdez ...Timo Graham
2011-01-16Fixed #15062 -- Documented the fact that managers must be able to be shallow ...Russell Keith-Magee
2011-01-15Stopped staticfiles app from requiring a models module when looking for stati...Jannis Leidel
2011-01-15Fixed #15085 - Fix LOCATION for FileCache example. Thanks abdelazer for the r...Timo Graham
2011-01-15Fixed #15088 - Missing dash in documentation. Thanks Aryeh Leib Taurog for th...Timo Graham
2011-01-15Fixed #14928 -- Ensure that a fully qualified domain name can be used for run...Russell Keith-Magee
2011-01-14Change the lack of supports_inactive_user on an auth backend to aChris Beaven
2011-01-13Fixed #14176 -- Added forwards compatibility to the legacy syndication feed v...Russell Keith-Magee
2011-01-13Fixed #15057 - documented change in [14992]Luke Plant
2011-01-11Fixed #15045 - Typo auto_add_now -> auto_now_add; thanks dr_gone for the report.Timo Graham
2011-01-08Fixed #15003 - assorted edits to admin docs; thanks adamv.Timo Graham
2011-01-05Fixed #15010 -- Added current_app parameter to close gap between TemplateResp...Jannis Leidel
2011-01-03Fixed #10078 - Document use of locales in management commands. Thanks gregoir...Timo Graham
2011-01-03Fixed #14994 - Add attributes to example auth backend which would emit Deprec...Timo Graham
2011-01-03Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.Timo Graham
2011-01-03Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list...Russell Keith-Magee
2011-01-02Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a trailing slash to ensu...Jannis Leidel
2010-12-31Fixed #13307 -- Enhanced the generic inlines documentation by mentioning the ...Ramiro Morales
2010-12-31Some small fixes to DB optimization docs.Luke Plant
2010-12-31Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for the report.Timo Graham
2010-12-30Fixed #13912 - Fixed AliasMatch regex in modwsgi docs. Thanks SmileyChris for...Timo Graham
2010-12-29Fixed #12469 - Add a few clarifications to the ModelAdmin.get_urls() docs. Th...Timo Graham
2010-12-29Fixed #14842 - Indent the model Meta options. Thanks adamv.Timo Graham
2010-12-29Fixed #13452 - Document that regroup can be used with any template lookup. T...Timo Graham
2010-12-29Fixed #14987 - Alpha sort date filter arguments. Thanks Peter for the report;...Timo Graham
2010-12-29Fixed #14988 - Remove renaming step in tutorial that's no longer applicable d...Timo Graham
2010-12-29Fixed #14712 - Add an example for the post_syncdb signal. Thanks Frank Wiles ...Timo Graham
2010-12-29Fixed #12193 - Add details to the i18n documentation for translation of model...Timo Graham
2010-12-29Fixed #13961 - note that reverse URL lookups can't be done within a blocktran...Timo Graham
2010-12-29Fixed #14277 - Clarify path names in modwsgi docs; thanks neitpiet for the re...Timo Graham
2010-12-29Fixed #14959 - Add a link to localflavor in the model field docs. Thanks Paul...Timo Graham