summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-02[1.4.x] Fixed #17788 -- Added batch_size argument to qs.bulk_create()Anssi Kääriäinen
2012-09-01[1.4.x] Merge pull request #315 from streeter/auth-docs-cleanup-patchTim Graham
2012-09-01[1.4.X] Fixed #18840 - Added a mentioned of the upload_to parameter to the Mo...Tim Graham
2012-09-01[1.4.x] Fixed #18212 -- Standardized arguments of GenericIPAddressFieldClaude Paroz
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] Added 1.4.1 and 1.3.2 release notesClaude Paroz
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-30[1.4.X] Fixed #18647 - Removed link to Malcolm's blog which is gone.Tim Graham
2012-08-30[1.4.X] Fixed #18871 - Fixed typo in multi-db docs.Tim Graham
2012-08-25[1.4.X] Updated doc for settings.MEDIA_ROOT based on what's generated by sett...Tim Graham
2012-08-22[1.4.x] Fixed #17069 -- Added log filter example to docs.Tim Graham
2012-08-21[1.4.x] Fixed #18637 - Updated some documentation for aspects of models that ...Tim Graham
2012-08-21[1.4.x] Fixed #14885 - Clarified that ModelForm cleaning may not fully comple...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-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-16[1.4.x] Fixed #18239 -- Subclassed HTMLParser only for selected Python versionsRaphaël Hertzog
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-30[1.4.x] Fixed a security issue in http redirects. Disclosure and new release ...Florian Apolloner
2012-07-30[1.4.x] Fixed second security issue in image uploading. Disclosure and releas...Florian Apolloner
2012-07-30[1.4.x] Fixed a security issue in image uploading. Disclosure and release for...Florian Apolloner
2012-07-28[1.4.X] Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the rep...Tim Graham
2012-07-25Merge pull request #212 from kevinlondon/ticket_18614_1_4Florian Apolloner
2012-07-22[1.4.x] Made LiveServerTestCase to restore state on exit.Ramiro Morales
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 #17978 -- Fixed a minor layout issue when an inline contains a ...Julien Phalip