summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-10-22[1.6.x] Added release dates to release notes.Tim Graham
2014-10-19[1.6.x] Fixed a typo in urlencode documentation.wrwrwr
2014-10-18[1.6.x] Fixed #23676 -- Rearranged sentence; "by default" applies only to max...Jon Dufresne
2014-10-16[1.6.x] Fixed some intersphinx references.Tim Graham
2014-10-15[1.6.x] Fixed pep8 in docs/topics/logging.txtIan Lee
2014-10-10[1.6.x] Fixed #23631 -- Removed outdated note on MySQL timezone support.Tim Graham
2014-10-06[1.6.x] Updated links in admin docs to use :ref:Kostochko Dmitriy
2014-10-06[1.6.x] Fixed #23604 -- Allowed related m2m fields to be references in the ad...Emmanuelle Delescolle
2014-10-06[1.6.x] Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMix...Ismail Badawi
2014-10-02[1.6.x] Documented how to rename get_query_set if you are a library authorLuke Plant
2014-10-01[1.6.x] Added flat=False to signature of QuerySet.values_list()jnothman
2014-09-29[1.6.x] Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-09-24[1.6.x] Added SuspiciousOperation to list of caught exceptions in testing docs.Thomas Grainger
2014-09-21[1.6.x] Fixed #23529 -- Replaced comments tag library with humanize in docsOla Sitarska
2014-09-17[1.6.x] Fixed #23491 -- Clarified tutorial 3.Tim Graham
2014-09-17[1.6.x] Fixed #23499 -- Error in built-in template tag "now" documentationJoseph Dougherty
2014-09-13[1.6.x] Forwardported 1.4.16 release notes.Tim Graham
2014-09-11[1.6.x] Added link to LogRecord attributes in logging.txtGabe Jackson
2014-09-10[1.6.x] Fixed typo in topics/forms/formsets.txtTim Graham
2014-09-10[1.6.x] Fixed an instance of 'an' before a word beginning with a consonant.Iain Dawson
2014-09-09[1.6.x] Fixed #23350 -- Updated mod_wsgi auth example to use less memory.Tim Graham
2014-09-08[1.6.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
2014-09-08[1.6.x] Fixed #23307 -- Clarified the way max_num limits the output of formsets.Octowl
2014-09-06[1.6.x] Fixed #23340 -- Corrected naturaltime docs to match behavior.Collin Anderson
2014-09-05[1.6.x] Fixed #22161 -- Documented send() with no recipients won't raise an e...oromero
2014-09-03[1.6.x] Fixed typo in docs/topics/db/transactions.txt.Corey Farwell
2014-09-02[1.6.x] Added dates to release notes.Tim Graham
2014-09-02[1.6.x] Added missing import in docs/ref/signals.txt.Alexey Efimov
2014-08-30[1.6.x] Fixed #23370 -- defer() + select_related() crashed with inherited mod...Akis Kesoglou
2014-08-29[1.6.x] Corrected a usage example of `related_query_name`.Simon Charette
2014-08-28[1.6.x] Fixed #23375 -- Added missing security issues to the archive.Simon Charette
2014-08-27[1.6.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in ...Simon Charette
2014-08-26[1.6.x] Fixed #21567 -- Documented how to deploy multiple sites using the sit...Tim Graham
2014-08-26[1.6.x] Fixed #23250 -- Documented that ModelMultipleChoiceField queryset may...Tim Graham
2014-08-26[1.6.x] Fixed spelling mistake in file docs.Tim Graham
2014-08-26[1.6.x] Clarified that makemessages -l takes a locale name, not a language code.Mitch Davis
2014-08-23[1.6.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.Tim Graham
2014-08-22[1.6.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham
2014-08-22[1.6.x] Fixed #23342 -- Clarified warning about naive time objects.Kristian Glass
2014-08-22[1.6.x] Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based...Tim Graham
2014-08-20[1.6.x] Added dates to release notes.Tim Graham
2014-08-20[1.6.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-20[1.6.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USE...Preston Holmes
2014-08-20[1.6.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ...Tim Graham
2014-08-20[1.6.x] Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
2014-08-20[1.6.x] Added release note stubs for 1.5.9 and 1.4.14.Tim Graham
2014-08-19[1.6.x] Added sphinx extension to ease generation of ticket links.Tim Graham
2014-08-19[1.6.x] Fixed #17238 -- Added source code links to docs using sphinx.ext.view...Tim Graham
2014-08-19[1.6.x] Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz
2014-08-19[1.6.x] Fixed #21801 -- Documented SingleObjectMixin.get_context_data() requi...Tim Graham