summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-13[1.6.x] Bumped version for 1.6.10 release.1.6.10Tim Graham
2015-01-13[1.6.x] Added dates to release notes.Tim Graham
2015-01-13[1.6.x] Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham
2015-01-13[1.6.x] Prevented views.static.serve() from using large memory on large files.Tim Graham
2015-01-13[1.6.x] Fixed is_safe_url() to handle leading whitespace.Tim Graham
2015-01-13[1.6.x] Stripped headers containing underscores to prevent spoofing in WSGI e...Carl Meyer
2015-01-13[1.6.x] Added stub release notes for security releases.Tim Graham
2015-01-13[1.6.x] Fixed bad model example in admin docs.Collin Anderson
2015-01-05[1.6.x] Added 1.4.18 release notes.Tim Graham
2015-01-03[1.6.x] Fixed #24070 -- Added tutorial topics to doc index.Bibhas
2015-01-02[1.6.x] Post-release version bump.Tim Graham
2015-01-02[1.6.x] Bumped version for 1.6.9 release.1.6.9Tim Graham
2015-01-02[1.6.x] Added dates to release notes.Tim Graham
2015-01-02[1.6.x] Updated six to 1.9.0.Tim Graham
2015-01-01[1.6.x] Removed doc note about PasswordResetForm requiring an integer PK.Tim Graham
2014-12-27[1.6.x] Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.Tim Graham
2014-12-24[1.6.x] Fixed #24041 -- Documented effect of changing a model instance's prim...Helen Sherwood-Taylor
2014-12-23[1.6.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_...Frankie Robertson
2014-12-22[1.6.x] Corrected scoping of savepoint exampleDavid Cramer
2014-12-19[1.6.x] Added upgrade instructions for deprecated model _meta permission meth...Tim Graham
2014-12-18[1.6.x] Removed need to update Python version support note on each new release.Tim Graham
2014-12-18[1.6.x] Corrected indentation in docs to prevent inadvertent blockquote.Tim Graham
2014-12-17[1.6.x] Fixed display of lists after website redesignMarkus Holtermann
2014-12-16[1.6.x] Fixed the formatting of one section of the security pageAlex Gaynor
2014-12-13[1.6.x] Updated advice on six.moves.range/xrange; refs #23812.Tim Graham
2014-12-11[1.6.x] Fixed incorrect filter name in docs/topics/i18n/translation.txt.Yohan Boniface
2014-12-08[1.6.x] Fixed #23974 -- Clarified wording of FileField.save/delete save param...Tim Graham
2014-12-08[1.6.x] Refs #23964 -- Added warning about case-insensitive, unique fields us...Jon Dufresne
2014-12-07[1.6.x] Fixed typo in docs/howto/deployment/wsgi/uwsgi.txt.Vladimir Rutsky
2014-12-06[1.6.x] Fixed #23965 -- Mentioned that FieldFile inherits from FileTim Graham
2014-12-06[1.6.x] Cleaned up a note in docs/topics/db/sql.txt.wrwrwr
2014-12-05[1.6.x] Corrected example in Form.has_changed() docs.Tim Graham
2014-12-05[1.6.x] Fixed #23955 -- Corrected formset fields in topic guide.Young Yang
2014-12-03[1.6.x] Fixed typo in aggregation docs.Tim Graham
2014-12-03[1.6.x] Documented a current limitation of multiple table annotation; refs #1...Benjamin Bach
2014-12-03[1.6.x] Fixed typo in docs/ref/request-response.txt.Theodoros Ikonomou
2014-11-25[1.6.x] Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette
2014-11-25[1.6.x] Added warning about get_inline_instances() permission checking; refs ...Simon Charette
2014-11-24[1.6.x] Further fixes to the migration notes for get_query_setLuke Plant
2014-11-24[1.6.x] Fixed #23543 -- Added docs on testing management command output.Danilo Bargen
2014-11-24[1.6.x] Better migration docs for get_query_set -> get_querysetLuke Plant
2014-11-23[1.6.x] Fixed #23900 -- Added missing imports in code example.Kevin Ndung'u
2014-11-20[1.6.x] Added missing backticks to form validation docsAlasdair Nicol
2014-11-20[1.6.x] Fixed #23817 -- Updated docs on QuerySet evaluationMichal Petrucha
2014-11-16[1.6.x] Fixes a race condition in the documentation.Peter Sagerson
2014-11-15[1.6.x] Fixed #23793 -- Clarified password reset behavior in auth docsErik Romijn
2014-11-15[1.6.x] Fixed #23665 -- Noted precedence of settings.USE_L10N in MONTH_DAY_FO...Berker Peksag
2014-11-13[1.6.x] Removed thread customizations of six which are now built-in.Tim Graham
2014-11-12[1.6.x] Fixed #23774 -- Clarified QuerySet.order_by() and related models.Tim Graham
2014-11-10[1.6.x] Fixed a typo in 1.6 release notes.aruseni