summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2012-10-17Fixed an error in the set cookie documentationPreston Holmes
2012-10-17[1.4.X] Fixed #18473 - Fixed a suggestion that GZipMiddleware needs to be fir...Tim Graham
2012-10-13[1.4.x] Fixed #19119 -- Corrected default date input formats in docsClaude Paroz
2012-10-12[1.4.X] Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5Tim Graham
2012-10-11[1.4.X] Fixed #14165 - Documented that TransactionMiddleware only applies to ...Tim Graham
2012-10-06[1.4.X] Fixed #17435 - Clarified that QuerySet.update returns the number of r...Tim Graham
2012-10-05Fixed #19072 -- Corrected an external file path in GeoIP docsClaude Paroz
2012-10-03[1.4.X] Fixed #19006 - Quoted filenames in Content-Disposition header.Tim Graham
2012-10-03[1.4.X] Fixed #18413 - Noted that a model's files are not deleted when the mo...Tim Graham
2012-09-30[1.4.X] Fixed #15338 - Documented django.utils.decoratorsTim Graham
2012-09-19[1.4.X] Fixed #15325 - Added a link to RelatedManager in the ManytoManyField ...Tim Graham
2012-09-19[1.4.X] Fixed #13586 - Added an example of how to connect a m2m_changed signa...Tim Graham
2012-09-15[1.4.x] Fixed #18131 - Documented ContentTypeManager.get_for_id; thanks sir_s...Tim Graham
2012-09-15[1.4.X] Added an example of using a form wizard with different templates; tha...Tim Graham
2012-09-15[1.4.x] Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev fo...Tim Graham
2012-09-08[1.4.x] Fixed some broken links in 1.4 docsTim Graham
2012-09-08[1.4.X] Fixed #18478 - Documented how to use a mutable default in a model field.Tim Graham
2012-09-07[1.4.X] Fixed #18490 - Updated DateField input formats; thanks dloewenherz fo...Tim Graham
2012-09-05[1.4.X] Fixed #18904 - Typo in MySQL link; thanks Johie Anderson for the report.Tim Graham
2012-09-01[1.4.x] Fixed #13608 - Noted that template lookups use literal values.Tim Graham
2012-09-01[1.4.X] Fixed #16936 - Updated javascript for CSRF protection.Tim Graham
2012-08-31[1.4.X] Fixed #18642 - Added a note suggesting the use of render() rather tha...Tim Graham
2012-08-31[1.4.X] Fixed #16309 - Made ModelAdmin.list_filter versionchanged annotations...Tim Graham
2012-08-31[1.4.X] Fixed #14556 - Documented how to use flatpages in URLconf; thanks Cla...Tim Graham
2012-08-30[1.4.x] Updated obsolete links in the documentationClaude Paroz
2012-08-25[1.4.X] Updated doc for settings.MEDIA_ROOT based on what's generated by sett...Tim Graham
2012-08-21[1.4.x] Fixed #18637 - Updated some documentation for aspects of models that ...Tim Graham
2012-08-19[1.4.X] Fixed typo in form wizard docs.Tim Graham
2012-08-19[1.4.X] Added load i18n code to the base wizard form template documentation a...Jeremy Cowgar
2012-08-17[1.4.X] Fixed a documentation typo on the widget page.Tim Saylor
2012-08-16[1.4.X] Fixed #18223 - Corrected default transaction behavior in postgresql d...Tim Graham
2012-08-05[1.4.x] Merge pull request #233 from rafikdraoui/modeladmin-docTim 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 #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-07-28[1.4.X] Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the rep...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-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-06-30[1.4.X] Fixed #18145 -- Improved documentation of unique_together type fieldsRaúl Cumplido
2012-06-27[1.4.X] Fixed #17511 - Removed reference to deprecated "reset" management com...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-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