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
Víðir Valberg Guðmundsson
f3b0829017
[1.6.x] Fixed #22647 -- Documented redirect_field_name keyword argument for user_passes_test.
...
Backport of 268670a3a4
from master
2014-05-17 09:46:29 -04:00
Erik Romijn
91e03e81bb
[1.6.x] Fixed #22644 -- Clarified documentation for NamedUrlWizardView
...
Backport of 727d048f09
from master.
2014-05-17 15:14:53 +02:00
Tim Graham
ee075c4484
[1.6.x] Added stub release notes for 1.6.6.
...
Backport of 79e9da3d1e
from master
2014-05-16 18:19:49 -04: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 e7ffba8f78
from master.
2014-05-16 18:29:25 +02:00
Niclas Åhdén
1a3371d1e4
[1.6.x] Fixed #22622 -- Added ugettext_lazy import in docs
...
Backport of 7271f5db78
from master
2014-05-16 11:21:05 -04:00
Erik Romijn
50a289d05f
[1.6.x] Fixed #22579 -- Corrected validation for email to reject trailing slash
...
Backport of 424fe76349
from master.
2014-05-16 15:40:52 +02:00
mbacho
4b49cbfae4
[1.6.x] Fixed typo in multipartparser.py
...
Backport of 8a9d54aa69
from master
2014-05-16 05:35:43 -04:00
Tim Graham
d41a001011
[1.6.x] Minor edits to latest release notes.
...
Backport of 860d31ac7a
from master
2014-05-15 07:17:02 -04:00
Jacob Kaplan-Moss
9dc7f69a4b
Updated version numbers post-release.
2014-05-14 18:42:26 +02:00
Jacob Kaplan-Moss
b5bacdea00
Updated version numbers for release.
2014-05-14 18:37:33 +02:00
Jacob Kaplan-Moss
b053eb929b
Added release notes for 1.4.13, 1.5.8, 1.6.5.
2014-05-14 18:36:44 +02:00
Erik Romijn
6011075245
[1.6.x] Added additional checks in is_safe_url to account for flexible parsing.
...
This is a security fix. Disclosure following shortly.
2014-05-14 10:15:06 +02:00
Aymeric Augustin
1abcf3a808
[1.6.x] Dropped fix_IE_for_vary/attach.
...
This is a security fix. Disclosure following shortly.
2014-05-14 10:15:06 +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
Haris Ibrahim K. V
bff0eb3b24
[1.6.x] Fixed typo in transactions.txt
...
Backport of f2a8e47cfd
from master
2014-05-13 07:28:46 -04:00
Tim Graham
c530a63429
[1.6.x] Fixed #22619 -- Corrected description of os.path.
...
Thanks Collin Anderson for the report.
Backport of a1be7237ca
from master
2014-05-12 18:58:14 -04:00
Tim Graham
b718e292ac
[1.6.x] Added 1.6.5 release note for refs #22508 .
...
Backport of 13087020a9
from master
2014-05-12 12:44:48 -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
Ramiro Morales
8ebf38b7a4
[1.6.x] Fix typo in release notes.
2014-05-10 23:22:51 -03:00
Aymeric Augustin
b6d3212190
[1.6.x] Fixed #22508 -- Avoided overwriting select_related.
...
Previously, known related objects overwrote related objects loaded
though select_related. This could cancel the effect of select_related
when it was used over more than one level.
Thanks boxm for the bug report and timo for bisecting the regression.
Conflicts:
tests/select_related_regress/tests.py
Backport of f574220f
from master
2014-05-10 17:05:09 +02:00
Claude Paroz
dd9cedf16a
[1.6.x] Updated the messages context processor docs
2014-05-06 20:40:59 +02:00
Tim Graham
f939e25b59
[1.6.x] Fixed #22585 -- Fixed typo in topics/auth/customizing.txt.
...
Thanks matt at mattwoodward.com for the report.
2014-05-06 12:13:55 -04:00
Tim Graham
5783088eec
[1.6.x] Fixed #1349 -- Clarified docs on serving files from STATIC/MEDIA_URL.
...
Backport of fb7c347f7b
from master
2014-05-05 07:39:08 -04:00
Tim Graham
cddbaca697
[1.6.x] Fixed #22575 -- Fixed typo in docs/topics/class-based-views/generic-editing.txt.
...
Thanks adminq80 at gmail.com.
Backport of 87776859af
from master
2014-05-05 06:42:32 -04:00
Anssi Kääriäinen
0e37049636
[1.6.x] Fixed #22429 -- Incorrect SQL when using ~Q and F
...
Backpatch of 5e1f4656b9
from master.
Conflicts:
django/db/models/sql/query.py
tests/queries/models.py
tests/queries/tests.py
2014-05-05 13:27:54 +03:00
Claude Paroz
034866204b
[1.6.x] Fixed #22565 -- Prevented pgettext_lazy crash with bytestring input
...
Thanks ygbo for the report.
Backport of 142c27218
from master.
2014-05-02 19:38:46 +02:00
Brenda J. Butler
b97b24882c
[1.6.x] Fixed #22558 -- Added missing word in contributing docs
...
Backport of c8d257e81
from master.
2014-05-02 08:29:59 +02:00
Claude Paroz
120a981207
[1.6.x] Fixed #22551 -- Made oracle backend method Python 3 compatible
...
Thanks fatal10110 at gmail.com for the report. The fix is 1.6-only
because that code has been refactored in 1.7 (6983201cfb
).
2014-05-01 18:15:00 +02:00
Tim Graham
c1692fa25a
[1.6.x] Fixed #22547 -- Added some links to tutorial 2.
...
Thanks bjb at sourcer.ca for the suggestion.
Backport of b0d032f9fc
from master
2014-04-30 18:26:04 -04:00
Moayad Mardini
2a0f942cbd
[1.6.x] Fixed #22546 -- Removed idioms in tutorial 2.
...
Thanks bjb at sourcerer.ca for the suggestion.
Backport of 927245ccd8
from master
2014-04-30 18:02:06 -04:00
Aymeric Augustin
f6e9127483
[1.6.x] Fixed #22523 -- Clarified pytz requirement.
...
Thanks z for the report and timo for the proposal.
Backport of 0fb7570
from master
2014-04-29 08:34:21 +02:00
Tim Graham
2997a20072
[1.6.x] Added stub release notes for 1.6.5.
...
Backport of 650065f0ef
from master
2014-04-28 20:38:34 -04:00
Tim Graham
6574e6c183
[1.6.x] Added dates to release notes of today's release.
...
Backport of 68d264059a
from master
2014-04-28 19:07:07 -04:00
Tim Graham
6265885c1e
[1.6.x] Post release version bump.
2014-04-28 18:59:49 -04:00
James Bennett
4a6b911fcf
[1.6.x] Bump version for 1.6.4 bugfix release.
2014-04-28 15:39:08 -05:00
Claude Paroz
b4b63b3832
[1.6.x] Fixed #22507 -- Clarified nature of the sender argument of signals
...
Backport of d1f93e9c1e
from master.
2014-04-25 23:16:59 +02:00
Tim Graham
e9c78435ab
[1.6.x] Fixed #22504 -- Corrected domain terminology in security guide.
...
Thanks chris at chrullrich.net.
Backport of f65eb15ac6
from master
2014-04-25 10:29:24 -04:00
Moayad Mardini
2b0e9aa57d
[1.6.x] Fixed #22493 - Added warnings to raw() and extra() docs about SQL injection
...
Thanks Erik Romijn for the suggestion.
Backport of 3776926cfe
from master
2014-04-25 09:56:39 -04:00
Malcolm Box
42659ceb3f
[1.6.x] Fixed #22516 -- Added versionchanged annotation for STATIC_ROOT default value.
...
Backport of 658710be00
from stable/1.7.x
2014-04-25 09:36:56 -04:00
Tim Graham
d16948bd19
[1.6.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created after a user password change in the admin.
...
Thanks ross at servercode.co.uk for the report.
Backport of 9e7f86b890
from master
2014-04-25 08:36:28 -04:00
Claude Paroz
a742cf1711
[1.6.x] Renamed Transifex project from django-core to django
...
See also http://blog.transifex.com/post/83622601443/new-teams-management-transifex
Backport of 7c24027ba
from master.
2014-04-24 11:52:36 +02:00
Tim Graham
274bedb928
Removed bad import in last commit.
2014-04-23 09:14:52 -04:00
Tim Graham
6915220ff9
[1.6.x] Fixed #22486 -- Restored the ability to reverse views created using functools.partial.
...
Regression in 8b93b31487
.
Thanks rcoup for the report.
Backport of 3c06b2f2a3
from master
2014-04-23 08:56:13 -04:00
Marti Raudsepp
c5306d4af1
[1.6.x] Various documentation typo/spelling fixes
...
Errors detected by Topy (https://github.com/intgr/topy ), all changes
verified by hand.
Backport of 11d453bcad
from master
2014-04-22 20:13:43 -04:00
Ray Ashman
49f5a29493
[1.6.x] Updated grammar in description of django.contrib.auth.
...
Backport of 9853779805
from master
2014-04-22 18:29:07 -04:00
Tim Graham
362ce5e936
[1.6.x] Added 1.6.4 release note stub.
...
Backport of 9fb95dfc9f
from master
2014-04-22 11:49:29 -04:00