summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2014-09-02[1.6.x] Added missing import in docs/ref/signals.txt.Alexey Efimov
Backport of 4a303341fc from master
2014-08-29[1.6.x] Corrected a usage example of `related_query_name`.Simon Charette
Thanks to Petr Glotov for spotting this. Backport of 05a8cef428 from master
2014-08-26[1.6.x] Fixed #21567 -- Documented how to deploy multiple sites using the ↵Tim Graham
sites framework. Backport of 7b9537fb27 from master
2014-08-26[1.6.x] Fixed #23250 -- Documented that ModelMultipleChoiceField queryset ↵Tim Graham
may be None. Backport of ced3e303ca from master
2014-08-26[1.6.x] Fixed spelling mistake in file docs.Tim Graham
Backport of a3e88e64a4 from master
2014-08-23[1.6.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.Tim Graham
Backport of 0c9f40f776 from master
2014-08-22[1.6.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham
Backport of a76aab3583 from master
2014-08-22[1.6.x] Fixed #23343 -- Typo in ↵Tim Graham
docs/ref/class-based-views/generic-date-based.txt. Backport of 14aff0bd82 from master
2014-08-20[1.6.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
This is a security fix. Disclosure following shortly.
2014-08-20[1.6.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ↵Tim Graham
names. This is a security fix. Disclosure following shortly.
2014-08-19[1.6.x] Fixed #21801 -- Documented SingleObjectMixin.get_context_data() ↵Tim Graham
requires the object attribute. Backport of 03c1609c47 from master
2014-08-19[1.6.x] Fixed #17272 -- Documented that non-editable fields are skipped ↵Tim Graham
during model validation. Thanks mitar for the report. Backport of c587bd5a94 from master
2014-08-19[1.6.x] Fixed #4991 -- Emphasized XSS ramifications of help_text not being ↵Tim Graham
escaped. Backport of 5dbe2a9431 from master
2014-08-19[1.6.x] Fixed #5726 -- Documented that inspectdb doesn't detect defaults.Tim Graham
Backport of 15cafaa565 from master
2014-08-14[1.6.x] Fixed a grammar error in docs/ref/forms/api.txt.Zhaorong Ma
Backport of bef5b9b7cd from master
2014-08-13[1.6.x] Corrected content_type parameter name in sitemap docs.Tim Graham
mimetype was deprecated in 1.5 per 11ec0253ab4cc926ab9e77619132cb398231ac33. Backport of a7443c24a3 from master
2014-08-12[1.6.x] Fixed indentation typo in docs/ref/contrib/sitemaps.txt.Tim Graham
Backport of 2003cb23d4 from master
2014-08-11[1.6.x] Added a warning that remove_tags() output shouldn't be considered safe.Tim Graham
Backport of 7efce77de2 from master
2014-08-05[1.6.x] Fixed #21792 -- Documented Form.has_changed()Tim Graham
Thanks bjb at credil.org for the suggestion and Ivan Mesic for the draft patch. Backport of edcc75e5ac from master
2014-08-02[1.6.x] Updated MySQL links to version 5.6.Tim Graham
Backport of fb4f3e04b1 from master
2014-07-29[1.6.x] Fixed #23123 -- Don't use a bare except in ModelAdmin documentationBaptiste Mispelon
Thanks to wkschwartz for the report and to Tim for the patch. Backport of e5619330e2 from master
2014-07-28[1.6.x] Fixed #22491 -- documented how select_for_update() should be tested.Moayad Mardini
Thanks Andreas Pelme for the report. Backport of 668d432d0a from master
2014-07-26[1.6.x] Fixed #23106 -- Updated class-based view reference title.David Hoffman
Backport of f14898a453 from master
2014-07-26[1.6.x] Fixed #22553 -- Added refreshing queryset info to docs.David Hoffman
Backport of 6d5daa30cf from master
2014-07-26[1.6.x] Fixed #22305 -- Added note to docs about UTF8 database requirement.Niclas Olofsson
Backport of 08b85de9b7 from master
2014-07-26[1.6.x] Fixed #23097 -- Switched to new octal format in docsDavid Hoffman
Backport of e1c85167a3 from master.
2014-07-25[1.6.x] Improved docs for GEOSGeometry.simplify()Tom Dyson
Backport of aa8bc7fa7d from master
2014-07-22[1.6.x] Fixed typo in docs/ref/contrib/admin/index.txt.africa itcase
Backport of 06ba4b9eee from master
2014-07-21[1.6.x] Replaced instances of 'his/her' with 'their'.Iain Dawson
Backport of 8fbf13a6c8 from master
2014-07-16[1.6.x] Fixed reference to pk in RedirectView.get_redirect_url doc.Bartek Ciszkowski
Backport of d9f78d5344 from master
2014-07-10[1.6.x] Fixed typo in docs/ref/contrib/gis/geos.txt.Tim Graham
Backport of fef26e9a87 from master
2014-07-03[1.6.x] Fixed #22924 -- Added a note about MEDIA_URL in templates.Tim Graham
Thanks raphael.herouart at gmail.com Backport of 814bcc3395 from master
2014-07-01[1.6.x] Fixed #13755 -- Added a tip for caching responses that vary on AJAX.Tim Graham
Thanks mila for the suggestion. Backport of db9a1a0c47 from master
2014-06-30[1.6.x] Removed reference to old middlewareClaude Paroz
Backport of 0b5bafe993 from master
2014-06-30[1.6.x] Fixed docs/ref/contrib/auth.txt so that sphinx links work properly.Tim Graham
Backport of 5359188b08 from master
2014-06-26[1.6.x] Fixed copy/paste typos in StreamingHttpResponse doc.Éric Araujo
Backport of e9c730f6be from master
2014-06-24[1.6.x] Improved documentation for QueryDict.Duncan Parkes
Backport of 7f4e2ef1e9 from master
2014-06-18[1.6.x] Fixed #22859 -- Improved crossDomain technique in CSRF example.Tim Graham
Thanks flisky for the report. Backport of 0be4d64487 from master
2014-06-18[1.6.x] Fixed #14481 -- Documented implicit "through" class created by ↵Jorge C. Leitão
ManyToManyField. Thanks to jonathanmorgan for the report and initial patch. Backport of de90129070 from master
2014-06-12[1.6.x] Fixed #22813 -- Updated Pillow URL in documentationClaude Paroz
Backport of dfa3505ff1 from master.
2014-06-10[1.6.x] Fixed #22801 -- Added 'www.' to diveintopython.net linksMaxime Turcotte
Backport of f97c53c098 from master
2014-06-04[1.6.x] Fixed #22710 -- Amended aggregation note for empty QuerySetsGuillaume Pannatier
Thanks smeaton for report and Joël Rochat for spell check Backport of 7f27cca5c5 from master
2014-06-02[1.6.x] Fixed #22753 -- Documented ability to use a note with the {% comment ↵Bryce Nesbitt
%} tag. Backport of e020894470 from master
2014-05-30[1.6.x] Fixed #22710 -- Documented aggregation behavior for empty QuerySets.Guillaume Pannatier
Thanks matklad for the report. Backport of 7c6e96ec1f from master
2014-05-19[1.6.x] Fixed #22655 -- Fixed GeoQuerySet doc about strictly_belowMoayad Mardini
The paragraph was a copy of strictly_above. Backport of 2f43229c2f from master
2014-05-19[1.6.x] Fixed #22368 -- clarified connecting to Oracle DB using service nameMoayad Mardini
Used the official terminology listed in http://docs.oracle.com/cd/B19306_01/network.102/b14212/glossary.htm#i997309 Thanks michael.cherkasov for the report. Backport of bfac6bef83 from master
2014-05-17[1.6.x] Fixed #22644 -- Clarified documentation for NamedUrlWizardViewErik Romijn
Backport of 727d048f0991ccbd1564c6fb225ffbfd2f1a2102 from master.
2014-05-16[1.6.x] Fixed case in form widgets docsClaude Paroz
Backport of 9494f29d from master
2014-05-16[1.6.x] Fixed #22167 -- Improved documentation on context processorsMoritz
Backport of e7ffba8f78849fbf60b98fb8d67ef4577b585e3b from master.
2014-05-13[1.6.x] Removed an unnecessary anchor in the docs.Tim Graham
Backport of a06808d370 from master