summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2015-07-25[1.8.x] Fixed #25166 -- Clarified how auth permissions are created.Tim Graham
2015-07-25[1.8.x] Fixed malformed Sphinx directives.Tim Graham
2015-07-24[1.8.x] Fixed #25161 -- Encouraged users to install the latest release in docsAlasdair Nicol
2015-07-23[1.8.x] Fixed #12768 -- Fixed QuerySet.raw() regression on FK with custom db_...Matt Johnson
2015-07-21[1.8.x] Fixed #25156 -- Mentioned django.setup() in the settings overview for...James Bennett
2015-07-21[1.8.x] Normalized indentation and line lengths in docs/topics/auth/default.txt.Tim Graham
2015-07-20[1.8.x] Fixed signature of ModelAdmin.get_paginator() in docs.Ali Vakilzade
2015-07-17[1.8.x] Fixed #25125 -- Updated docs on cookie naming conventions.Konrad Świat
2015-07-16[1.8.x] Fixed typo in docs/topics/i18n/translation.txtRafał Selewońko
2015-07-15[1.8.x] Fixed typo in SelectDateWidget docs.Tim Graham
2015-07-14[1.8.x] Added 1.4.22 release notes.Tim Graham
2015-07-14[1.8.x] Fixed #25121 -- Added a warning that filtering sensitive information ...Tim Graham
2015-07-13[1.8.x] Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settin...Daniel Roseman
2015-07-13[1.8.x] Fixed #24984 -- Added link to Jinja2 static tag instructions in stati...Chris McCollister
2015-07-10[1.8.x] Fixed #25103 -- Corrected versionadded for FileResponseMatthew Madurski
2015-07-10[1.8.x] Fixed #25082 -- Documented where to register system checks.Tim Graham
2015-07-10[1.8.x] Fixed #25083 -- Added SessionAuthenticationMiddleware to auth install...Nick Sweeting
2015-07-10[1.8.x] Fixed #25019 -- Added UUID support in DjangoJSONEncoderLukas Hetzenecker
2015-07-10[1.8.x] Added stub release notes for 1.8.4Claude Paroz
2015-07-09[1.8.x] Fixed #25048 -- Documented that runservers strips headers with unders...Tim Graham
2015-07-08[1.8.x] Fixed catastrophic backtracking in URLValidator.Shai Berger
2015-07-08[1.8.x] Prevented newlines from being accepted in some validators.Tim Graham
2015-07-08[1.8.x] Fixed #19324 -- Avoided creating a session record when loading the se...Carl Meyer
2015-07-08[1.8.x] Added security release note stubs.Tim Graham
2015-07-08[1.8.x] Removed a confusing sentence in tutorial 5.Tim Graham
2015-07-08[1.8.x] Corrected example code for get_query_set upgrade in 1.6 release notesLuke Plant
2015-07-07[1.8.x] Refs #23882 -- Added detection for moved files when using inotify pol...Chris Bainbridge
2015-07-06[1.8.x] Fixed #25059 -- Allowed Punycode TLDs in URLValidatorAlexey Sveshnikov
2015-07-04[1.8.x] Fixed #25051 -- Clarified return type of {% now %} tag.Tim Graham
2015-07-03[1.8.x] Fixed mistake in Model.from_db() example.Luke
2015-07-03[1.8.x] Fixed #25056 -- Documented minimum version of jinja2 for testing.Tim Graham
2015-07-01[1.8.x] Fixed #25041 -- Clarified difference between syncdb and migrate.Tim Graham
2015-07-01[1.8.x] Fixed typo in writing migrations docsClaude Paroz
2015-06-30[1.8.x] Fixed #25038 -- Reverted incorrect documentation about inspectdb intr...Tim Graham
2015-06-27[1.8.x] Fixed #25033 -- Added context_processors.auth to documented admin dep...Tim Graham
2015-06-27[1.8.x] Fixed #25031 -- Fixed a regression in the unordered_list template fil...Noam
2015-06-26[1.8.x] Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK...Jason Hoos
2015-06-26[1.8.x] Fixed #25016 -- Reallowed non-ASCII values for ForeignKey.related_nam...薛丞宏
2015-06-25[1.8.x] Refs #24127 -- Added documentation for HttpRequest.current_app.Marten Kenbeek
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-06-22[1.8.x] Updated indentation of example template in docs/topics/i18n/translati...Wim Feijen
2015-06-22[1.8.x] Fixed #25001 -- Doc'd caveat about collectstatic and removing INSTALL...Tim Graham
2015-06-22[1.8.x] Simplified wording of Python support policy.Tim Graham
2015-06-22[1.8.x] Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified.Bipin Suresh
2015-06-20[1.8.x] Fixed #25010 -- Documented APP_DIRS default in startproject's setting...Tim Graham
2015-06-19[1.8.x] Fixed #24940 -- Made model managers hashableMarkus Holtermann
2015-06-19[1.8.x] Fixed #24881 -- Clarified Meta.order_with_respect_to documentationjohannes.linke
2015-06-18[1.8.x] Added Python version support policyTim Graham
2015-06-17[1.8.x] Fixed outdated Python version support info in docs/topics/install.txtTim Graham
2015-06-17[1.8.x] Removed usage of string-based url() in auth docs.Tim Graham