summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2016-02-28[1.9.x] Fixed docs: release-process, Supported Versions section, concrete exa...Shai Berger
2016-02-27[1.9.x] Fixed #26275 -- Noted difference between o and Y date format chars.inondle
2016-02-26[1.9.x] Fixed #26286 -- Prevented content type managers from sharing their ca...Simon Charette
2016-02-26[1.9.x] Fixed #26280 -- Fixed cached template loader crash when loading nonex...Ivan Tsouvarev
2016-02-25[1.9.x] Fixed #26231 -- Used .get_username in admin login template.Sjoerd Job Postmus
2016-02-25[1.9.x] Corrected a run on sentence in doc/topics/db/models.txt.Tim Graham
2016-02-25[1.9.x] Fixed #26278 -- Clarified apps.ready docs.Tim Graham
2016-02-25[1.9.x] Refs #26270 -- Reorganized TestCase docs.Tim Graham