summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2016-03-25[1.9.x] Fixed typo in docs/topics/db/aggregation.txt.Tim Shaffer
2016-03-23[1.9.x] Fixed #26293 -- Fixed CommonMiddleware to process PREPEND_WWW and APP...ieatkittens
2016-03-21[1.9.x] Fixed #26392 -- Corrected login_required/permission_required stacking...Tim Graham
2016-03-21[1.9.x] Fixed grammatical typos in gis docs.Akshesh
2016-03-21[1.9.x] Fixed #26376 -- Clarifed meaning of 'search' in TemplateResponseMixin...Tim Graham
2016-03-19[1.9.x] Fixed #26265 -- Clarified RadioSelect container's HTML id.Tim Graham
2016-03-19[1.9.x] Fixed #26373 -- Fixed reverse lookup crash with a ForeignKey to_field...Jason Parrott
2016-03-19[1.9.x] Fixed a broken link in docs/internals/contributing/writing-documentat...Amine
2016-03-18[1.9.x] Fixed #26375 -- Used a more generic name in a reusable template example.Tim Graham
2016-03-17[1.9.x] Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn'...Berker Peksag
2016-03-16[1.9.x] Fixed #26306 -- Fixed memory leak in cached template loader.Alex Hill
2016-03-15[1.9.x] Fixed DiscoverRunner failfast parameter default in docs.Andrew Abraham
2016-03-15[1.9.x] Fixed #26290 -- Documented that a QuerySet for pagination should be o...Duane Hilton
2016-03-14[1.9.x] Fixed #26334 -- Removed whitespace stripping from contrib.auth passwo...Vincenzo Pandolfo
2016-03-14[1.9.x] Fixed #25804 -- Documented additions to Jinja2 context.Moritz Sichert
2016-03-14[1.9.x] Fixed #26294 -- Clarified call_command()'s handling of args and options.Tim Graham
2016-03-14[1.9.x] Fixed typos in docs.Jakub Wilk
2016-03-12[1.9.x] Fixed #26345 -- Clarified which RangesFields always return a canonica...Tim Graham
2016-03-12[1.9.x] Fixed #26239 -- Added a note about how auto_now works with QuerySet.u...Duane Hilton
2016-03-10[1.9.x] Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.Tim Graham
2016-03-09[1.9.x] Fixed #26255 -- Fixed orphaned include() reference following tutorial...Tim Graham
2016-03-09[1.9.x] Fixed #26339 -- Updated Question.was_published_recently() in tutorial...Tim Graham
2016-03-09[1.9.x] Wrapped some lines and added links to docs/ref/contrib/sitemaps.txt.Tim Graham
2016-03-09[1.9.x] Fixed #26302 -- Removed incorrect statement about virtual hosts.girish ramnani
2016-03-09[1.9.x] Fixed indenting in "Serving files in development" code exampleTim Osborn
2016-03-08[1.9.x] Fixed #26256 -- Added note about primary key serializationClaude Paroz
2016-03-08[1.9.x] Fixed #26332 -- Fixed a race condition in BaseCache.get_or_set().Przemysław Suliga
2016-03-07[1.9.x] Fixed #26325 -- Made MultiPartParser ignore filenames that normalize ...John-Mark Bell
2016-03-05[1.9.x] Refs #26217 -- Fixed typo in docs/ref/class-based-views/generic-date-...Michal Petrucha
2016-03-05[1.9.x] Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".Tim Graham
2016-03-05[1.9.x] Fixed typo in docs/releases/1.8.12.txt.Tim Graham
2016-03-05[1.9.x] Added stub release notes for 1.9.5/1.8.12.Tim Graham
2016-03-05[1.9.x] Fixed #26312 -- Documented "create database" requirement in tutorial 2.Bob McDonald
2016-03-04[1.9.x] Added safety to URL decoding in is_safe_url() on Python 2Claude Paroz
2016-03-04[1.9.x] Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()Claude Paroz
2016-03-04[1.9.x] Fixed typo in docs/releases/1.9.1.txt.Tim Graham
2016-03-04[1.9.x] Added stub release notes for 1.8.11.Tim Graham
2016-03-03[1.9.x] Fixed #26321 -- Added missing "for_save" parameter in expressions exa...Tim Graham
2016-03-03[1.9.x] Fixed #26309 -- Documented that login URL settings no longer support ...Alasdair Nicol
2016-03-02[1.9.x] Fixed typo in 1.9.3/1.8.10 release date.Dmitry Dygalo
2016-03-01[1.9.x] Fixed #26303 -- Updated links to mod_wsgi docs.Alasdair Nicol
2016-03-01[1.9.x] Added stub release notes for 1.9.4.Tim Graham
2016-03-01[1.9.x] Added CVE-2016-2512/2513 to security release archive.Tim Graham
2016-03-01[1.9.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during lo...Florian Apolloner
2016-03-01[1.9.x] Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.Mark Striemer
2016-03-01[1.9.x] Added stub release notes for security issues.Tim Graham
2016-03-01[1.9.x] Fixed #26217 -- Added a warning about format strings to WeekArchiveVi...Michal Petrucha
2016-03-01[1.9.x] Fixed #26165 -- Added some FAQs about CSRF protection.acemaster
2016-03-01[1.9.x] Fixed typos in docs/ref/models/meta.txt.Taranjeet
2016-02-29[1.9.x] Fixed #26186 -- Documented how app relative relationships of abstract...Simon Charette