summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [1.5.x] Updated xhtml2pdf URL in docs.stable/1.5.xRamon Moraes2016-02-161-2/+2
* [1.5.x] Direct readers to format_html() in mark_safe() docs.Luke Plant2015-01-151-0/+3
* [1.5.x] Bumped version for 1.5.12 release.1.5.12Tim Graham2015-01-023-3/+3
* [1.5.x] Added dates to release notes.Tim Graham2015-01-021-1/+1
* [1.5.x] Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette2014-11-256-20/+49
* [1.5.x] Added warning about get_inline_instances() permission checking; refs ...Simon Charette2014-11-251-1/+12
* [1.5.x] Update version numbers for bugfix release.1.5.11James Bennett2014-10-223-3/+3
* [1.5.x] Added release dates to release notes.Tim Graham2014-10-222-2/+2
* [1.5.x] Fixed #23604 -- Allowed related m2m fields to be references in the ad...Emmanuelle Delescolle2014-10-066-3/+32
* [1.5.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette2014-09-087-4/+69
* [1.5.x] Added dates to release notes.Tim Graham2014-09-022-2/+2
* [1.5.x] Bump version numbers for bugfix release.1.5.10James Bennett2014-09-023-3/+3
* [1.5.x] Fixed #23375 -- Added missing security issues to the archive.Simon Charette2014-08-281-21/+123
* Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.Simon Charette2014-08-277-5/+65
* [1.5.x] Fixed spelling mistake in file docs.Tim Graham2014-08-262-2/+2
* [1.5.x] Bumped version number post-release.Tim Graham2014-08-201-1/+1
* [1.5.x] Added dates to release notes.Tim Graham2014-08-202-2/+2
* [1.5.x] Bump version numbers for security release.1.5.9James Bennett2014-08-203-3/+3
* [1.5.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette2014-08-206-5/+76
* [1.5.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USE...Preston Holmes2014-08-204-8/+56
* [1.5.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ...Tim Graham2014-08-207-25/+93
* [1.5.x] Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner2014-08-205-0/+34
* [1.5.x] Added release note stubs for 1.5.9 and 1.4.14.Tim Graham2014-08-203-0/+16
* [1.5.x] Corrected content_type parameter name in sitemap docs.Tim Graham2014-08-131-2/+2
* [1.5.x] Added a warning that remove_tags() output shouldn't be considered safe.Tim Graham2014-08-112-8/+28
* [1.5.x] Fixed #23267 -- Fixed typo in Translation documentationOla Sitarska2014-08-111-1/+1
* [1.5.x] Noted that django-jython requires Django 1.7.Tim Graham2014-08-081-12/+2
* [1.5.x] Removed a doc reference to the deprecated `mimetype` kwarg.Mohammed Attia2014-08-061-1/+1
* [1.5.x] Fixed #23239 -- Clarified a phrase in the contrib.markup docs.Tim Graham2014-08-061-2/+2
* [1.5.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docsErik Romijn2014-08-021-1/+1
* [1.5.x] Revert "Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet."Ramiro Morales2014-07-143-49/+2
* [1.5.x] Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.Tim Graham2014-07-143-2/+49
* [1.5.x] Fixed #22966 -- Clarified which release notes appear for each doc ver...Tim Graham2014-07-071-0/+3
* [1.5.x] Fixed #22859 -- Improved crossDomain technique in CSRF example.Tim Graham2014-06-181-2/+1
* [1.5.x] Fixed #22842vagrant2014-06-151-1/+1
* [1.5.x] Improved deprecation plan links in release notes.Tim Graham2014-05-291-1/+1
* [1.5.x] Fixed #22644 -- Clarified documentation for NamedUrlWizardViewErik Romijn2014-05-171-18/+16
* [1.5.x] Fixed case in form widgets docsClaude Paroz2014-05-161-1/+1
* [1.5.x] Fixed #22167 -- Improved documentation on context processorsMoritz2014-05-161-5/+9
* [1.5.x] Minor edits to latest release notes.Tim Graham2014-05-152-17/+17
* Bumped version number post release.Jacob Kaplan-Moss2014-05-141-1/+1
* Bumped version numbers for release.1.5.8Jacob Kaplan-Moss2014-05-143-3/+3
* Added release notes for 1.4.13, 1.5.8.Jacob Kaplan-Moss2014-05-143-0/+96
* [1.5.x] Added additional checks in is_safe_url to account for flexible parsing.Erik Romijn2014-05-123-4/+49
* [1.5.x] Dropped fix_IE_for_vary/attach.Aymeric Augustin2014-05-124-103/+1
* [1.5.x] Fixed #22575 -- Fixed typo in docs/topics/class-based-views/generic-e...Tim Graham2014-05-051-1/+1
* [1.5.x] Added dates to release notes of today's release.Tim Graham2014-04-282-2/+2
* [1.5.x] Post release version bump.Tim Graham2014-04-281-1/+1
* [1.5.x] Update version numbers for 1.5.7 bugfix release.1.5.7James Bennett2014-04-283-3/+3
* [1.5.x] Removed bad import in last commit.Tim Graham2014-04-231-1/+0