summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-08-19[1.4.X] Added load i18n code to the base wizard form template documentation a...Jeremy Cowgar
2012-08-19[1.4.X] Fixed #17180 - Emphasized the need to load the i18n template tag in e...Tim Graham
2012-08-17[1.4.X] Fixed a documentation typo on the widget page.Tim Saylor
2012-08-16[1.4.X] Fixed #17183 - Added a note regarding LocaleMiddleware at the top of ...Tim Graham
2012-08-16[1.4.X] Fixed #18223 - Corrected default transaction behavior in postgresql d...Tim Graham
2012-08-10[1.4.X] Fixed #17680 - Clarified when logging is configured.Tim Graham
2012-08-10[1.4.X] Fixed #17016 - Added examples for file uploads in views.Tim Graham
2012-08-06[1.4.X] Fixed #17053 - Added a note about USE_THOUSAND_SEPARATOR setting to l...Tim Graham
2012-08-05[1.4.x] Merge pull request #233 from rafikdraoui/modeladmin-docTim Graham
2012-08-04[1.4.X] Fixed #16980 - Misc updates to the auth docs. Thanks Preston Holmes f...Tim Graham
2012-08-04[1.4.x] Fixed #18713 -- Fixed custom comment app name in comments docsClaude Paroz
2012-08-03[1.4.X] Fixed #15932 - Documented how to supress multiple reverse relations t...Tim Graham
2012-08-03[1.4.X] Fixed #13904 - Documented how to avoid garbage collection messages in...Tim Graham
2012-08-02[1.4.X] Fixed #17704 - Updated the StackedInline section in Tutorial 2; thank...Tim Graham
2012-08-02[1.4.X] Fixed #16941 - Clarified naturaltime output when the time is more tha...Tim Graham
2012-08-02[1.4.X] Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London.Tim Graham
2012-08-02[1.4.x] Fixed #18472 - Added warning regarding set_language / i18n_patterns.Simon Meers
2012-08-01[1.4.X] Fixed #16168 - Added note regarding type requirements when overridng ...Tim Graham
2012-08-01[1.4.x] Fixed #18122 - Clarified section title regarding applying permissions...Tim Graham
2012-07-30Fixed #17131 - Added per object permission notes to docs.Tim Graham
2012-07-30[1.4.x] Bump version numbers for security release.1.4.1James Bennett
2012-07-28[1.4.X] Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the rep...Tim Graham
2012-07-15[1.4.x] Fixed #18614 -- Added imports and changed render_to_response to render.Kevin London
2012-07-08[1.4.X] Fixed #18577 - Clarified middleware initialization.Tim Graham
2012-07-08[1.4.x] Fixed #18173 - Corrected ModelAdmin documentation for get_changelist.Tim Graham
2012-07-07[1.4.x] Fixed #18164 -- Precised startapp template context contentClaude Paroz
2012-07-07[1.4x] Fixed #18587 -- Typo in management command exampleAymeric Augustin
2012-07-05[1.4.X] Fixed #17997 - Documented that the debug server is now multithreaded ...Tim Graham
2012-07-01[1.4.X] Fixed #17436 - Added warning about overriding Model.__init__()Tim Graham
2012-07-01[1.4.X] Fixed #16882 - Clarified why one should not use 'init_command' after ...Tim Graham
2012-07-01[1.4.X] Fixed #18493 - Added instructions to locate the Django source files t...Tim Graham
2012-06-30[1.4.X] Fixed #17705 - Updated TabularInline image and doc in tutorial 2.Tim Graham
2012-06-30[1.4.X] Fixed #18145 -- Improved documentation of unique_together type fieldsRaúl Cumplido
2012-06-30[1.4.X] Fixed #17168 - Noted TransactionMiddleware only works with "default" ...Tim Graham
2012-06-29[1.4.x] Fixed #18528 -- Fixed custom field value_to_string exampleClaude Paroz
2012-06-27[1.4.X] Fixed #17511 - Removed reference to deprecated "reset" management com...Tim Graham
2012-06-27[1.4.X] Fixed #18369 - Fixed argument name in render() function; thanks qsolo...Tim Graham
2012-06-08[1.4.x] Added more explicit warnings about unconfigured reStructured Text usa...Luke Plant
2012-06-06[1.4.X] Replaced documentation snippets using "gender" with less sensitive ex...Jacob Kaplan-Moss
2012-06-04[1.4.x] Noted that SECURE_PROXY_SSL_HEADER is needed by CSRF protection.Luke Plant
2012-06-04[1.4.x] Rewrote security.txt SSL docs, noting SECURE_PROXY_SSL_HEADER.Luke Plant
2012-05-16[1.4.x] Updated docs/intro/whatsnext.txt to reference Git instead of SVNAdrian Holovaty
2012-05-11[1.4.x] Fixed #18301 -- Fixed url name in password reset example.Claude Paroz
2012-05-10Fixed #18270 -- Corrected variable name in password reset example.Claude Paroz
2012-04-22[1.4.X] Fixed #18186 -- Fixed ReportLab Web site links. Thanks pablog for the...Claude Paroz
2012-04-21[1.4.X] Added documentation notes about lack of database savepoints support w...Ramiro Morales
2012-04-20[1.4.X] Fixed #18156 -- Updated signature of ModelAdmin change_view in docs t...Claude Paroz
2012-04-16[1.4.X] Fixed #18316 -- Fixed pre-1.3 PermWrapper? location in docs. Thanks A...Claude Paroz
2012-04-13[1.4.X] Fixed #18118 -- Improved documentation for contrib.auth.hashers utili...Claude Paroz
2012-04-10[1.4.X] Fixed #18095 -- Added missing 'cc' mention in EmailMessage recipients...Claude Paroz