Tim Graham
|
4db64e8491
|
[1.6.x] Fixed #21567 -- Documented how to deploy multiple sites using the sites framework.
Backport of 7b9537fb27 from master
|
2014-08-26 15:22:32 -04:00 |
|
Tim Graham
|
8e77ac634f
|
[1.6.x] Fixed #23250 -- Documented that ModelMultipleChoiceField queryset may be None.
Backport of ced3e303ca from master
|
2014-08-26 14:50:42 -04:00 |
|
Tim Graham
|
adb0c535a9
|
[1.6.x] Fixed spelling mistake in file docs.
Backport of a3e88e64a4 from master
|
2014-08-26 09:44:55 -04:00 |
|
Tim Graham
|
9bc1091980
|
[1.6.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.
Backport of 0c9f40f776 from master
|
2014-08-23 19:31:09 -04:00 |
|
Tim Graham
|
4684464b35
|
[1.6.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs.
Backport of a76aab3583 from master
|
2014-08-22 13:23:58 -04:00 |
|
Tim Graham
|
f8344398fc
|
[1.6.x] Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt.
Backport of 14aff0bd82 from master
|
2014-08-22 11:34:53 -04:00 |
|
Simon Charette
|
f7c494f250
|
[1.6.x] Prevented data leakage in contrib.admin via query string manipulation.
This is a security fix. Disclosure following shortly.
|
2014-08-20 11:43:43 -04:00 |
|
Tim Graham
|
dd0c3f4ee1
|
[1.6.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.
This is a security fix. Disclosure following shortly.
|
2014-08-20 11:43:43 -04:00 |
|
Tim Graham
|
c0e49ef767
|
[1.6.x] Fixed #21801 -- Documented SingleObjectMixin.get_context_data() requires the object attribute.
Backport of 03c1609c47 from master
|
2014-08-19 12:09:22 -04:00 |
|
Tim Graham
|
3cd3b49eb5
|
[1.6.x] Fixed #17272 -- Documented that non-editable fields are skipped during model validation.
Thanks mitar for the report.
Backport of c587bd5a94 from master
|
2014-08-19 07:18:42 -04:00 |
|
Tim Graham
|
190d81179f
|
[1.6.x] Fixed #4991 -- Emphasized XSS ramifications of help_text not being escaped.
Backport of 5dbe2a9431 from master
|
2014-08-19 06:16:41 -04:00 |
|
Tim Graham
|
75d7bb8d43
|
[1.6.x] Fixed #5726 -- Documented that inspectdb doesn't detect defaults.
Backport of 15cafaa565 from master
|
2014-08-19 06:15:34 -04:00 |
|
Zhaorong Ma
|
73cc96478b
|
[1.6.x] Fixed a grammar error in docs/ref/forms/api.txt.
Backport of bef5b9b7cd from master
|
2014-08-14 12:15:18 -04:00 |
|
Tim Graham
|
123f490ae3
|
[1.6.x] Corrected content_type parameter name in sitemap docs.
mimetype was deprecated in 1.5 per 11ec0253ab4cc926ab9e77619132cb398231ac33.
Backport of a7443c24a3 from master
|
2014-08-13 21:45:32 -04:00 |
|
Tim Graham
|
db1cfbc1a9
|
[1.6.x] Fixed indentation typo in docs/ref/contrib/sitemaps.txt.
Backport of 2003cb23d4 from master
|
2014-08-12 12:27:45 -04:00 |
|
Tim Graham
|
d07394a51e
|
[1.6.x] Added a warning that remove_tags() output shouldn't be considered safe.
Backport of 7efce77de2 from master
|
2014-08-11 07:09:47 -04:00 |
|
Tim Graham
|
5fdfa2d9b4
|
[1.6.x] Fixed #21792 -- Documented Form.has_changed()
Thanks bjb at credil.org for the suggestion and
Ivan Mesic for the draft patch.
Backport of edcc75e5ac from master
|
2014-08-05 08:49:38 -04:00 |
|
Tim Graham
|
0dfc37669d
|
[1.6.x] Updated MySQL links to version 5.6.
Backport of fb4f3e04b1 from master
|
2014-08-02 10:27:34 -04:00 |
|
Baptiste Mispelon
|
8e25b696ba
|
[1.6.x] Fixed #23123 -- Don't use a bare except in ModelAdmin documentation
Thanks to wkschwartz for the report and to Tim for the patch.
Backport of e5619330e2 from master
|
2014-07-29 06:22:42 -04:00 |
|
Moayad Mardini
|
6c70b1d7df
|
[1.6.x] Fixed #22491 -- documented how select_for_update() should be tested.
Thanks Andreas Pelme for the report.
Backport of 668d432d0a from master
|
2014-07-28 10:58:34 -04:00 |
|
David Hoffman
|
a7fe87bd28
|
[1.6.x] Fixed #23106 -- Updated class-based view reference title.
Backport of f14898a453 from master
|
2014-07-26 20:47:13 -04:00 |
|
David Hoffman
|
e3a99357cb
|
[1.6.x] Fixed #22553 -- Added refreshing queryset info to docs.
Backport of 6d5daa30cf from master
|
2014-07-26 10:27:49 -04:00 |
|
Niclas Olofsson
|
1c714c18d2
|
[1.6.x] Fixed #22305 -- Added note to docs about UTF8 database requirement.
Backport of 08b85de9b7 from master
|
2014-07-26 09:40:31 -04:00 |
|
David Hoffman
|
2630cafc86
|
[1.6.x] Fixed #23097 -- Switched to new octal format in docs
Backport of e1c85167a3 from master.
|
2014-07-26 11:24:04 +02:00 |
|
Tom Dyson
|
deeaa78d5e
|
[1.6.x] Improved docs for GEOSGeometry.simplify()
Backport of aa8bc7fa7d from master
|
2014-07-25 06:22:41 -04:00 |
|
africa itcase
|
290e389fe9
|
[1.6.x] Fixed typo in docs/ref/contrib/admin/index.txt.
Backport of 06ba4b9eee from master
|
2014-07-22 13:28:02 -04:00 |
|
Iain Dawson
|
205090bc71
|
[1.6.x] Replaced instances of 'his/her' with 'their'.
Backport of 8fbf13a6c8 from master
|
2014-07-21 19:55:28 +00:00 |
|
Bartek Ciszkowski
|
24e97add31
|
[1.6.x] Fixed reference to pk in RedirectView.get_redirect_url doc.
Backport of d9f78d5344 from master
|
2014-07-16 13:23:59 -04:00 |
|
Tim Graham
|
a823a74975
|
[1.6.x] Fixed typo in docs/ref/contrib/gis/geos.txt.
Backport of fef26e9a87 from master
|
2014-07-10 06:09:47 -04:00 |
|
Tim Graham
|
890a2d632e
|
[1.6.x] Fixed #22924 -- Added a note about MEDIA_URL in templates.
Thanks raphael.herouart at gmail.com
Backport of 814bcc3395 from master
|
2014-07-03 09:38:59 -04:00 |
|
Tim Graham
|
e125984394
|
[1.6.x] Fixed #13755 -- Added a tip for caching responses that vary on AJAX.
Thanks mila for the suggestion.
Backport of db9a1a0c47 from master
|
2014-07-01 17:34:24 -04:00 |
|
Claude Paroz
|
6b00b478d2
|
[1.6.x] Removed reference to old middleware
Backport of 0b5bafe993 from master
|
2014-06-30 15:24:13 -04:00 |
|
Tim Graham
|
6d0acc344f
|
[1.6.x] Fixed docs/ref/contrib/auth.txt so that sphinx links work properly.
Backport of 5359188b08 from master
|
2014-06-30 14:32:59 -04:00 |
|
Éric Araujo
|
25d04ebe54
|
[1.6.x] Fixed copy/paste typos in StreamingHttpResponse doc.
Backport of e9c730f6be from master
|
2014-06-26 07:32:02 -04:00 |
|
Duncan Parkes
|
20a1c07ea1
|
[1.6.x] Improved documentation for QueryDict.
Backport of 7f4e2ef1e9 from master
|
2014-06-24 21:42:36 -04:00 |
|
Tim Graham
|
d4a3fd44f0
|
[1.6.x] Fixed #22859 -- Improved crossDomain technique in CSRF example.
Thanks flisky for the report.
Backport of 0be4d64487 from master
|
2014-06-18 14:37:24 -04:00 |
|
Jorge C. Leitão
|
6b52e1793c
|
[1.6.x] Fixed #14481 -- Documented implicit "through" class created by ManyToManyField.
Thanks to jonathanmorgan for the report and initial patch.
Backport of de90129070 from master
|
2014-06-18 12:39:36 -04:00 |
|
Claude Paroz
|
631d0bb2da
|
[1.6.x] Fixed #22813 -- Updated Pillow URL in documentation
Backport of dfa3505ff1 from master.
|
2014-06-12 08:58:29 +02:00 |
|
Maxime Turcotte
|
fcd2e06ae5
|
[1.6.x] Fixed #22801 -- Added 'www.' to diveintopython.net links
Backport of f97c53c098 from master
|
2014-06-10 15:41:25 -04:00 |
|
Guillaume Pannatier
|
08bd249fa2
|
[1.6.x] Fixed #22710 -- Amended aggregation note for empty QuerySets
Thanks smeaton for report and Joël Rochat for spell check
Backport of 7f27cca5c5 from master
|
2014-06-04 12:45:27 -04:00 |
|
Bryce Nesbitt
|
9334150ca4
|
[1.6.x] Fixed #22753 -- Documented ability to use a note with the {% comment %} tag.
Backport of e020894470 from master
|
2014-06-02 18:53:00 -04:00 |
|
Guillaume Pannatier
|
4c358df66a
|
[1.6.x] Fixed #22710 -- Documented aggregation behavior for empty QuerySets.
Thanks matklad for the report.
Backport of 7c6e96ec1f from master
|
2014-05-30 08:05:48 -04:00 |
|
Moayad Mardini
|
6a2f8985c1
|
[1.6.x] Fixed #22655 -- Fixed GeoQuerySet doc about strictly_below
The paragraph was a copy of strictly_above.
Backport of 2f43229c2f from master
|
2014-05-19 09:50:50 -04:00 |
|
Moayad Mardini
|
26221445df
|
[1.6.x] Fixed #22368 -- clarified connecting to Oracle DB using service name
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-19 07:46:32 -04:00 |
|
Erik Romijn
|
91e03e81bb
|
[1.6.x] Fixed #22644 -- Clarified documentation for NamedUrlWizardView
Backport of 727d048f0991ccbd1564c6fb225ffbfd2f1a2102 from master.
|
2014-05-17 15:14:53 +02:00 |
|
Claude Paroz
|
ba40d6509a
|
[1.6.x] Fixed case in form widgets docs
Backport of 9494f29d from master
|
2014-05-16 17:43:10 -04:00 |
|
Moritz
|
20215f4cae
|
[1.6.x] Fixed #22167 -- Improved documentation on context processors
Backport of e7ffba8f78849fbf60b98fb8d67ef4577b585e3b from master.
|
2014-05-16 18:29:25 +02:00 |
|
Tim Graham
|
e05a6222cd
|
[1.6.x] Removed an unnecessary anchor in the docs.
Backport of a06808d370 from master
|
2014-05-13 20:55:05 -04:00 |
|
Tim Graham
|
42f8029b36
|
[1.6.x] Fixed #22613 -- Added formfield_for_choice_field() to the list of methods that InlineModelAdmin supports.
Backport of 986bd41f8a from master
|
2014-05-12 07:01:23 -04:00 |
|
Markus Amalthea Magnuson
|
129c446e86
|
[1.6.x] Insert space.
Backport of 8eb51a8cf6 from master
|
2014-05-11 16:18:21 -04:00 |
|