Loic Bistuer
07e2a56814
[1.6.x] Fixed #22360 -- Fixed two non-deterministic tests in Python 3.4.
...
The order of admin's changelist filters in the querystring relied on
dict ordering.
Backport of 4d996b8e69
from master
2014-03-31 08:24:12 -04:00
Tim Graham
f0d03d41be
[1.6.x] Replaced urllib/urlparse imports with from django.utils.six.moves.
...
Backport of 981b864fbd
from master
2014-03-31 07:55:33 -04:00
Loic Bistuer
a5297c1ef4
[1.6.x] Fixed #21795 -- Made add_preserved_filters account for url prefixes.
...
Thanks to trac username honyczek for the report. Refs #6903 .
Backport of 4339e9a92d
from master
2014-03-31 07:29:08 -04:00
Tim Graham
916f0de74b
[1.6.x] Added 1.6.3 release note for refs #22250 .
...
Backport of d57ba04d89
from master
2014-03-31 07:12:16 -04:00
Ramiro Morales
c0882fefca
[1.6.x] Corrected an import in a model form docs example.
...
422f5d9a2c
from master.
2014-03-30 20:37:02 -03:00
Tim Graham
059bc7eb60
[1.6.x] Fixed #22338 -- Fixed a test dependent on dictionary key iteration order.
...
Backport of 69a4f383f6
from master
2014-03-30 14:27:11 -04:00
Tim Graham
30ba506e97
[1.6.x] Fixed #21858 -- Clarified 1.6 release note regarding M2M help text changes.
...
Thanks lee at semel.net for the report.
Backport of f30e6590f4
from master
2014-03-29 10:23:28 -04:00
Anssi Kääriäinen
31892af3f0
[1.6.x] Fixed #22250 -- regression in gis compiler for non-concrete fields
...
Thanks to gwahl@fusionbox.com for the report.
Backport of 21f208e66e
from master
2014-03-29 08:29:38 +02:00
Tim Graham
f659c8e13a
[1.6.x] Added Python 3.4 support notes.
...
Backport of 306deab2c7
from master
2014-03-27 08:14:39 -04:00
Tim Martin
fe83cfe9ed
[1.6.x] Fixed #21941 -- Documented the kwargs param of django.conf.urls.url().
...
Thanks cjerdonek for the report.
Backport of a779757706
from master
2014-03-27 07:02:06 -04:00
Tim Graham
c0a9c2f72a
[1.6.x] Fixed #22322 -- Fixed incorrect explanation of what managed=False does.
...
refs #14305 .
Thanks Adrian Klaver for the report.
Backport of 9b7ba8af1b
from master
2014-03-25 14:10:29 -04:00
Adam Kaliński
38096da5c0
[1.6.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relationships.
...
Thanks EvilDMP for the suggestion.
Backport of ec08d62a20
from master
2014-03-24 09:45:56 -04:00
Tim Graham
90916e1708
[1.6.x] Fixed #22247 -- Replaced "upstream" with "downstream" in cache docs.
...
Thanks valgarv at gmx.net for the report.
Backport of 60d2dde286
from master
2014-03-24 09:19:50 -04:00
Tim Graham
7af32bca38
[1.6.x] Fixed #21665 -- Documented that changes in assertRedirects may be required given new URL escaping behavior.
...
Thank pdc for the report.
Backport of 62e81bc00b from master
2014-03-24 09:09:23 -04:00
Tim Graham
779ef57c37
[1.6.x] Updated six to 1.6.1.
...
Backport of 2ec82c7387
from master
2014-03-24 07:34:22 -04:00
Claude Paroz
d908b67e81
[1.6.x] Fixed #22317 -- Fixed documented handler400 default value
...
Backport of 3f7615cddc
from master.
2014-03-23 21:20:43 +01:00
Claude Paroz
c9b2feffee
[1.6.x] Tweaked strip_tags tests to pass on Python 3.3
...
Backport of 6a0291bda
from master.
2014-03-22 15:05:28 +01:00
Claude Paroz
f05f5c231a
[1.6.x] Removed a strip_tags test for older Python versions
...
Django's custom HTMLParser for older Python versions cannot
parse convoluted syntax.
2014-03-22 14:21:35 +01:00
Claude Paroz
5f7b3e56ce
[1.6.x] Added release note about strip_tags improvement
...
Backport of 1c8dbb0cc
from master.
2014-03-22 12:37:06 +01:00
Claude Paroz
d1503afd66
[1.6.x] Improved strip_tags and clarified documentation
...
The fact that strip_tags cannot guarantee to really strip all
non-safe HTML content was not clear enough. Also see:
https://www.djangoproject.com/weblog/2014/mar/22/strip-tags-advisory/
Backport of 6ca6c36f8
from master.
2014-03-22 11:07:27 +01:00
Aymeric Augustin
c8c2d60614
[1.6.x] Small doc changes missed in 66076268
.
...
Partial backport of 253e8ac2
from master.
2014-03-21 22:11:50 +01:00
Tim Graham
0726482c9d
[1.6.x] Replaced an instance of PIL with Pillow in the docs.
...
Backport of 563d6a6bba
from stable/1.7.x
2014-03-21 11:25:18 -04:00
Anubhav Joshi
a01daaf231
[1.6.x] Fixed #22253 -- Added django-i18n to the mailing lists docs.
...
Thanks bmispelon for the suggestion.
Backport of 0399523cf1
from master
2014-03-19 07:23:41 -04:00
Daniel Pyrathon
9f7bd83184
[1.6.x] Fixed #22242 -- Documented common cookie size limit.
...
Backport of 885e7adf56
from master
2014-03-16 10:47:08 -04:00
Claude Paroz
1a2939bc26
[1.6.x] Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclasses
...
Thanks Jeroen Pulles for the report and Simon Charette for the review.
Backport of 5a976b4bec
from master.
2014-03-13 16:59:23 +01:00
Dejan Noveski
141bb90b4c
[1.6.x] Fixed #22262 -- Added the correct line in the last example of Translator lines
...
Backport of 958b511a80
from master.
2014-03-13 14:14:40 +01:00
Tim Graham
f582b61f1c
[1.6.x] Fixed typo in docs/ref/django-admin.txt
...
Thanks Wes Kendall for the report.
Backport of ce3d9f847d
from master
2014-03-11 08:10:40 -04:00
Alex de Landgraaf
8e704b176f
[1.6.x] Fixed #21986 -- Added some guidelines for database indexes.
...
Thanks django-issues at colons.co for the suggestion.
Backport of c8d61fa109
from master
2014-03-03 11:19:03 -05:00
Tim Graham
e7649789ed
[1.6.x] Fixed #21908 -- Added example usage for ModelAdmin.get_inline_instances().
...
Thanks matt at schinckel.net for the suggestion.
Backport of 5a4f1298cf
from master
2014-03-03 10:42:32 -05:00
Baptiste Mispelon
4aaea2921d
[1.6.x] Fixed some typos in the documentation.
...
Thanks to Rodolfo Carvalho and Piotr Kasprzyk
for the patch.
Partial backport of ea4da8e63c
from master.
2014-03-02 17:21:10 +01:00
Alexey Voronov
5cda1d2702
[1.6.x] Fixed #21643 -- repeated execution of qs with F() + timedelta
...
Thanks Tim Graham for review and Tai Lee for the additional test to prove
this was a regression in 1.6.
Backport of 7f2485b4d1
and 8137215973
from master
2014-02-28 20:49:13 -05:00
navneet suman
f2b513c9e8
[1.6.x] Fixed #22145 -- Clarified docs on Field.blank and Field.null options.
...
Thanks skipjack at peru.com for the suggestion.
Backport of 3390550f6f
from master
2014-02-25 21:01:02 -05:00
Rik
dde67de0f6
[1.6.x] Fixed #12670 -- Added a note about permissions of files stored in FILE_UPLOAD_TEMP_DIR.
...
Thanks simon29 for the suggestion.
Backport of 355572ac56
from master
2014-02-25 11:21:29 -05:00
Henk Vos
985d0865a3
[1.6.x] Fixed #22071 -- Added a warning regarding override_settings and aliasing.
...
Thanks EvilDMP for the suggestion.
Backport of e65c0ccac0
from master
2014-02-25 10:48:51 -05:00
Claude Paroz
3a5da7a11c
[1.6.x] Fixed #22116 -- Added precision about WSGIPythonPath separator
...
Thanks donjpacheco for the initial patch.
Backport of 91f4a75a6b
from master.
2014-02-24 18:29:46 +01:00
Alasdair Nicol
39b099bdd2
[1.6.x] Fixed #22112 -- Added RedirectView.pattern_name to CBV flattened index
...
Also moved accessor method get_redirect_url next to its attribute url
for consistency with the other views.
Thanks nikunj.sg for the report
Backport of 462edd22e5
from master.
2014-02-23 13:58:08 +01:00
Martin Matusiak
4f6ff7ee85
[1.6.x] Fixed #22007 -- Fixed cbv docs - make imports consistent
...
Thanks to trac user kinjal.dixit for the report.
Backport of d399731bf2
from master.
2014-02-23 13:56:04 +01:00
Marcin Sokół
98070b94a9
[1.6.x] Fixed #21902 -- Documented search order for list_display.
...
Backport of 09b725f51b
from master.
2014-02-23 13:54:56 +01:00
Jochem Oosterveen
882f2a5b81
[1.6.x] Fixed #22092 -- Documented ResolverMatch.view_name
...
Backport of 271929dd9d
from master.
2014-02-23 13:54:17 +01:00
Marcin Sokół
79cc1fa58d
[1.6.x] Fixed #22113 -- changed object_name to model_name in CBV docs.
...
Thanks to trac user nikunj.sg for the report.
Backport of b887408486
from master.
2014-02-23 13:52:45 +01:00
Baptiste Mispelon
a36513c2b4
[1.6.x] Fixed #21881 -- Clarify behavior of {% ssi %} template tag.
...
When using the `parsed` option, {% ssi %} has the same limitation
as {% include %}, namely that the rendering of the included
template is done separately.
Thanks to trac user nagyv for the report and to alextreme for
the patch.
Backport of 072fb923e1
from master.
2014-02-23 13:52:14 +01:00
Alex de Landgraaf
23cbfc9a25
[1.6.x] Fixed #22063 -- Added reference to NoReverseMatch from the reverse() documentation
...
Backport of b645be80e9
from master.
2014-02-23 13:51:42 +01:00
Baptiste Mispelon
12da6902e9
[1.6.x] Fixed #22107 -- Fixed django.core.files.File object iteration.
...
Due to a mixup between text and bytes, iteration over
a File instance was broken under Python 3.
Thanks to trac user pdewacht for the report and patch.
Backport of 3841feee86
from master.
2014-02-20 23:59:51 +01:00
Tim Graham
e56ce87bd8
[1.6.x] Fixed #22093 -- Made Form.Meta.fields examples consistent.
...
Thanks david-schultz at gmx.net for the suggestion.
Backport of 821fc925f0
from master
2014-02-19 12:33:32 -05:00
Tim Graham
a088ce90f2
[1.6.x] Fixed #22062 -- Corrected static files config for Apache >= 2.4
...
Backport of ffa238c3f7
from master
2014-02-18 09:32:41 -05:00
Zbigniew Siciarz
14366ed33e
[1.6.x] Fixed #22013 -- Documented difference between SERVER_EMAIL and DEFAULT_FROM_EMAIL.
...
Backport of 44814e78cc
from master
2014-02-15 13:30:13 -05:00
Tim Graham
a6f05af016
[1.6.x] Added 1.6.3 release note for refs #21566 .
...
Backport of 865392c478
from master
2014-02-14 21:06:08 -05:00
Roger Hu
9a446211bd
[1.6.x] Fixed #21566 -- Fixed AttributeError when using bulk_create with ForeignObject.
...
Backport of bbc73e6a12
from master.
2014-02-14 20:57:32 -05:00
Tim Graham
32a880ae95
[1.6.x] Added a missing import in staticfiles tests.
2014-02-13 08:03:43 -05:00
Loic Bistuer
d6db48e5f6
[1.6.x] Reworked the detection of local storages for the collectstatic command.
...
Before 4befb30
the detection was broken because we used isinstance
against a LazyObject rather than against a Storage class. That commit
fixed it by looking directly at the object wrapped by LazyObject.
This could however be a problem to anyone who subclasses the
collectstatic management Command and directly supplies a Storage class.
Refs #21581 .
Backport of 7e27885c6e
from master.
2014-02-12 11:05:07 -05:00